Class: Aws::CloudFormation::Types::StackSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::StackSummary
- Defined in:
- gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb
Overview
The StackSummary Data Type
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time the stack was created.
-
#deletion_time ⇒ Time
The time the stack was deleted.
-
#drift_information ⇒ Types::StackDriftInformationSummary
Summarizes information on whether a stack's actual configuration differs, or has drifted, from it's expected configuration, as defined in the stack template and any values specified as template parameters.
-
#last_updated_time ⇒ Time
The time the stack was last updated.
-
#parent_id ⇒ String
For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of this stack.
-
#root_id ⇒ String
For nested stacks--stacks created as resources for another stack--the stack ID of the top-level stack to which the nested stack ultimately belongs.
-
#stack_id ⇒ String
Unique stack identifier.
-
#stack_name ⇒ String
The name associated with the stack.
-
#stack_status ⇒ String
The current status of the stack.
-
#stack_status_reason ⇒ String
Success/Failure message associated with the stack status.
-
#template_description ⇒ String
The template description of the template used to create the stack.
Instance Attribute Details
#creation_time ⇒ Time
The time the stack was created.
7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 7269 7270 7271 7272 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7258 class StackSummary < Struct.new( :stack_id, :stack_name, :template_description, :creation_time, :last_updated_time, :deletion_time, :stack_status, :stack_status_reason, :parent_id, :root_id, :drift_information) SENSITIVE = [] include Aws::Structure end |
#deletion_time ⇒ Time
The time the stack was deleted.
7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 7269 7270 7271 7272 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7258 class StackSummary < Struct.new( :stack_id, :stack_name, :template_description, :creation_time, :last_updated_time, :deletion_time, :stack_status, :stack_status_reason, :parent_id, :root_id, :drift_information) SENSITIVE = [] include Aws::Structure end |
#drift_information ⇒ Types::StackDriftInformationSummary
Summarizes information on whether a stack's actual configuration differs, or has drifted, from it's expected configuration, as defined in the stack template and any values specified as template parameters. For more information, see Detecting Unregulated Configuration Changes to Stacks and Resources.
7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 7269 7270 7271 7272 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7258 class StackSummary < Struct.new( :stack_id, :stack_name, :template_description, :creation_time, :last_updated_time, :deletion_time, :stack_status, :stack_status_reason, :parent_id, :root_id, :drift_information) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 7269 7270 7271 7272 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7258 class StackSummary < Struct.new( :stack_id, :stack_name, :template_description, :creation_time, :last_updated_time, :deletion_time, :stack_status, :stack_status_reason, :parent_id, :root_id, :drift_information) SENSITIVE = [] include Aws::Structure end |
#parent_id ⇒ String
For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of this stack. For the first level of nested stacks, the root stack is also the parent stack.
For more information, see Working with Nested Stacks in the AWS CloudFormation User Guide.
7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 7269 7270 7271 7272 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7258 class StackSummary < Struct.new( :stack_id, :stack_name, :template_description, :creation_time, :last_updated_time, :deletion_time, :stack_status, :stack_status_reason, :parent_id, :root_id, :drift_information) SENSITIVE = [] include Aws::Structure end |
#root_id ⇒ String
For nested stacks--stacks created as resources for another stack--the stack ID of the top-level stack to which the nested stack ultimately belongs.
For more information, see Working with Nested Stacks in the AWS CloudFormation User Guide.
7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 7269 7270 7271 7272 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7258 class StackSummary < Struct.new( :stack_id, :stack_name, :template_description, :creation_time, :last_updated_time, :deletion_time, :stack_status, :stack_status_reason, :parent_id, :root_id, :drift_information) SENSITIVE = [] include Aws::Structure end |
#stack_id ⇒ String
Unique stack identifier.
7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 7269 7270 7271 7272 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7258 class StackSummary < Struct.new( :stack_id, :stack_name, :template_description, :creation_time, :last_updated_time, :deletion_time, :stack_status, :stack_status_reason, :parent_id, :root_id, :drift_information) SENSITIVE = [] include Aws::Structure end |
#stack_name ⇒ String
The name associated with the stack.
7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 7269 7270 7271 7272 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7258 class StackSummary < Struct.new( :stack_id, :stack_name, :template_description, :creation_time, :last_updated_time, :deletion_time, :stack_status, :stack_status_reason, :parent_id, :root_id, :drift_information) SENSITIVE = [] include Aws::Structure end |
#stack_status ⇒ String
The current status of the stack.
7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 7269 7270 7271 7272 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7258 class StackSummary < Struct.new( :stack_id, :stack_name, :template_description, :creation_time, :last_updated_time, :deletion_time, :stack_status, :stack_status_reason, :parent_id, :root_id, :drift_information) SENSITIVE = [] include Aws::Structure end |
#stack_status_reason ⇒ String
Success/Failure message associated with the stack status.
7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 7269 7270 7271 7272 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7258 class StackSummary < Struct.new( :stack_id, :stack_name, :template_description, :creation_time, :last_updated_time, :deletion_time, :stack_status, :stack_status_reason, :parent_id, :root_id, :drift_information) SENSITIVE = [] include Aws::Structure end |
#template_description ⇒ String
The template description of the template used to create the stack.
7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 7269 7270 7271 7272 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7258 class StackSummary < Struct.new( :stack_id, :stack_name, :template_description, :creation_time, :last_updated_time, :deletion_time, :stack_status, :stack_status_reason, :parent_id, :root_id, :drift_information) SENSITIVE = [] include Aws::Structure end |