class
Amazonite::CloudFormation::StackSummary
- Amazonite::CloudFormation::StackSummary
- Reference
- Object
Overview
The StackSummary Data Type
Defined in:
cloudformation/stack_summary.crConstructors
- .from_xml(node : XML::Node) : self
- .new(stack_name : String, creation_time : Time, stack_status : StackStatus, stack_id : String | Nil = nil, template_description : String | Nil = nil, last_updated_time : Time | Nil = nil, deletion_time : Time | Nil = nil, stack_status_reason : String | Nil = nil, parent_id : String | Nil = nil, root_id : String | Nil = nil, drift_information : StackDriftInformationSummary | Nil = nil, last_operations : Array(OperationEntry) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#creation_time : Time
The time the stack was created.
-
#creation_time=(creation_time : Time)
The time the stack was created.
-
#deletion_time : Time | Nil
The time the stack was deleted.
-
#deletion_time=(deletion_time : Time | Nil)
The time the stack was deleted.
-
#drift_information : StackDriftInformationSummary | Nil
Summarizes information about whether a stack's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters.
-
#drift_information=(drift_information : StackDriftInformationSummary | Nil)
Summarizes information about whether a stack's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters.
-
#hash(hasher)
See
Object#hash(hasher) -
#last_operations : Array(OperationEntry) | Nil
Information about the most recent operations performed on this stack.
-
#last_operations=(last_operations : Array(OperationEntry) | Nil)
Information about the most recent operations performed on this stack.
-
#last_updated_time : Time | Nil
The time the stack was last updated.
-
#last_updated_time=(last_updated_time : Time | Nil)
The time the stack was last updated.
-
#parent_id : String | Nil
For nested stacks, the stack ID of the direct parent of this stack.
-
#parent_id=(parent_id : String | Nil)
For nested stacks, the stack ID of the direct parent of this stack.
-
#root_id : String | Nil
For nested stacks, the stack ID of the top-level stack to which the nested stack ultimately belongs.
-
#root_id=(root_id : String | Nil)
For nested stacks, the stack ID of the top-level stack to which the nested stack ultimately belongs.
-
#stack_id : String | Nil
Unique stack identifier.
-
#stack_id=(stack_id : String | Nil)
Unique stack identifier.
-
#stack_name : String
The name associated with the stack.
-
#stack_name=(stack_name : String)
The name associated with the stack.
-
#stack_status : StackStatus
The current status of the stack.
-
#stack_status=(stack_status : StackStatus)
The current status of the stack.
-
#stack_status_reason : String | Nil
Success/Failure message associated with the stack status.
-
#stack_status_reason=(stack_status_reason : String | Nil)
Success/Failure message associated with the stack status.
-
#template_description : String | Nil
The template description of the template used to create the stack.
-
#template_description=(template_description : String | Nil)
The template description of the template used to create the stack.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Summarizes information about whether a stack's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters. For more information, see Detect unmanaged configuration changes to stacks and resources with drift detection.
Summarizes information about whether a stack's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters. For more information, see Detect unmanaged configuration changes to stacks and resources with drift detection.
Information about the most recent operations performed on this stack.
Information about the most recent operations performed on this stack.
The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
For nested stacks, 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 Nested stacks in the CloudFormation User Guide.
For nested stacks, 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 Nested stacks in the CloudFormation User Guide.
For nested stacks, the stack ID of the top-level stack to which the nested stack ultimately belongs.
For more information, see Nested stacks in the CloudFormation User Guide.
For nested stacks, the stack ID of the top-level stack to which the nested stack ultimately belongs.
For more information, see Nested stacks in the CloudFormation User Guide.
Success/Failure message associated with the stack status.
The template description of the template used to create the stack.
The template description of the template used to create the stack.