You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudFormation::Types::StackSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The StackSummary Data Type

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time the stack was created.

Returns:

  • (Time)

    The time the stack was created.

#deletion_timeTime

The time the stack was deleted.

Returns:

  • (Time)

    The time the stack was deleted.

#drift_informationTypes::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.

Returns:

  • (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_timeTime

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

Returns:

  • (Time)

    The time the stack was last updated.

#parent_idString

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.

Returns:

  • (String)

    For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of this stack.

#root_idString

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.

Returns:

  • (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_idString

Unique stack identifier.

Returns:

  • (String)

    Unique stack identifier.

#stack_nameString

The name associated with the stack.

Returns:

  • (String)

    The name associated with the stack.

#stack_statusString

The current status of the stack.

Possible values:

  • CREATE_IN_PROGRESS
  • CREATE_FAILED
  • CREATE_COMPLETE
  • ROLLBACK_IN_PROGRESS
  • ROLLBACK_FAILED
  • ROLLBACK_COMPLETE
  • DELETE_IN_PROGRESS
  • DELETE_FAILED
  • DELETE_COMPLETE
  • UPDATE_IN_PROGRESS
  • UPDATE_COMPLETE_CLEANUP_IN_PROGRESS
  • UPDATE_COMPLETE
  • UPDATE_ROLLBACK_IN_PROGRESS
  • UPDATE_ROLLBACK_FAILED
  • UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS
  • UPDATE_ROLLBACK_COMPLETE
  • REVIEW_IN_PROGRESS
  • IMPORT_IN_PROGRESS
  • IMPORT_COMPLETE
  • IMPORT_ROLLBACK_IN_PROGRESS
  • IMPORT_ROLLBACK_FAILED
  • IMPORT_ROLLBACK_COMPLETE

Returns:

  • (String)

    The current status of the stack.

#stack_status_reasonString

Success/Failure message associated with the stack status.

Returns:

  • (String)

    Success/Failure message associated with the stack status.

#template_descriptionString

The template description of the template used to create the stack.

Returns:

  • (String)

    The template description of the template used to create the stack.