Class: Aws::Types::Stack
- Inherits:
-
Object
- Object
- Aws::Types::Stack
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capabilities ⇒ ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]
Returns the value of attribute capabilities.
-
#change_set_id ⇒ ::String
Returns the value of attribute change_set_id.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#deletion_mode ⇒ "STANDARD", "FORCE_DELETE_STACK"
Returns the value of attribute deletion_mode.
-
#deletion_time ⇒ ::Time
Returns the value of attribute deletion_time.
-
#deployment_config ⇒ Types::DeploymentConfig
Returns the value of attribute deployment_config.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#detailed_status ⇒ "CONFIGURATION_COMPLETE", "VALIDATION_FAILED"
Returns the value of attribute detailed_status.
-
#disable_rollback ⇒ Boolean
Returns the value of attribute disable_rollback.
-
#drift_information ⇒ Types::StackDriftInformation
Returns the value of attribute drift_information.
-
#enable_termination_protection ⇒ Boolean
Returns the value of attribute enable_termination_protection.
-
#last_operations ⇒ ::Array[Types::OperationEntry]
Returns the value of attribute last_operations.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#notification_arns ⇒ ::Array[::String]
Returns the value of attribute notification_arns.
-
#outputs ⇒ ::Array[Types::Output]
Returns the value of attribute outputs.
-
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
-
#parent_id ⇒ ::String
Returns the value of attribute parent_id.
-
#retain_except_on_create ⇒ Boolean
Returns the value of attribute retain_except_on_create.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#rollback_configuration ⇒ Types::RollbackConfiguration
Returns the value of attribute rollback_configuration.
-
#root_id ⇒ ::String
Returns the value of attribute root_id.
-
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
-
#stack_status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute stack_status.
-
#stack_status_reason ⇒ ::String
Returns the value of attribute stack_status_reason.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#timeout_in_minutes ⇒ ::Integer
Returns the value of attribute timeout_in_minutes.
Instance Attribute Details
#capabilities ⇒ ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]
Returns the value of attribute capabilities.
1630 1631 1632 |
# File 'sig/types.rbs', line 1630 def capabilities @capabilities end |
#change_set_id ⇒ ::String
Returns the value of attribute change_set_id.
1617 1618 1619 |
# File 'sig/types.rbs', line 1617 def change_set_id @change_set_id end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1620 1621 1622 |
# File 'sig/types.rbs', line 1620 def creation_time @creation_time end |
#deletion_mode ⇒ "STANDARD", "FORCE_DELETE_STACK"
Returns the value of attribute deletion_mode.
1639 1640 1641 |
# File 'sig/types.rbs', line 1639 def deletion_mode @deletion_mode end |
#deletion_time ⇒ ::Time
Returns the value of attribute deletion_time.
1621 1622 1623 |
# File 'sig/types.rbs', line 1621 def deletion_time @deletion_time end |
#deployment_config ⇒ Types::DeploymentConfig
Returns the value of attribute deployment_config.
1627 1628 1629 |
# File 'sig/types.rbs', line 1627 def deployment_config @deployment_config end |
#description ⇒ ::String
Returns the value of attribute description.
1618 1619 1620 |
# File 'sig/types.rbs', line 1618 def description @description end |
#detailed_status ⇒ "CONFIGURATION_COMPLETE", "VALIDATION_FAILED"
Returns the value of attribute detailed_status.
1640 1641 1642 |
# File 'sig/types.rbs', line 1640 def detailed_status @detailed_status end |
#disable_rollback ⇒ Boolean
Returns the value of attribute disable_rollback.
1626 1627 1628 |
# File 'sig/types.rbs', line 1626 def disable_rollback @disable_rollback end |
#drift_information ⇒ Types::StackDriftInformation
Returns the value of attribute drift_information.
1637 1638 1639 |
# File 'sig/types.rbs', line 1637 def drift_information @drift_information end |
#enable_termination_protection ⇒ Boolean
Returns the value of attribute enable_termination_protection.
1634 1635 1636 |
# File 'sig/types.rbs', line 1634 def enable_termination_protection @enable_termination_protection end |
#last_operations ⇒ ::Array[Types::OperationEntry]
Returns the value of attribute last_operations.
1641 1642 1643 |
# File 'sig/types.rbs', line 1641 def last_operations @last_operations end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
1622 1623 1624 |
# File 'sig/types.rbs', line 1622 def last_updated_time @last_updated_time end |
#notification_arns ⇒ ::Array[::String]
Returns the value of attribute notification_arns.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def notification_arns @notification_arns end |
#outputs ⇒ ::Array[Types::Output]
Returns the value of attribute outputs.
1631 1632 1633 |
# File 'sig/types.rbs', line 1631 def outputs @outputs end |
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
1619 1620 1621 |
# File 'sig/types.rbs', line 1619 def parameters @parameters end |
#parent_id ⇒ ::String
Returns the value of attribute parent_id.
1635 1636 1637 |
# File 'sig/types.rbs', line 1635 def parent_id @parent_id end |
#retain_except_on_create ⇒ Boolean
Returns the value of attribute retain_except_on_create.
1638 1639 1640 |
# File 'sig/types.rbs', line 1638 def retain_except_on_create @retain_except_on_create end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1632 1633 1634 |
# File 'sig/types.rbs', line 1632 def role_arn @role_arn end |
#rollback_configuration ⇒ Types::RollbackConfiguration
Returns the value of attribute rollback_configuration.
1623 1624 1625 |
# File 'sig/types.rbs', line 1623 def rollback_configuration @rollback_configuration end |
#root_id ⇒ ::String
Returns the value of attribute root_id.
1636 1637 1638 |
# File 'sig/types.rbs', line 1636 def root_id @root_id end |
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
1615 1616 1617 |
# File 'sig/types.rbs', line 1615 def stack_id @stack_id end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
1616 1617 1618 |
# File 'sig/types.rbs', line 1616 def stack_name @stack_name end |
#stack_status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute stack_status.
1624 1625 1626 |
# File 'sig/types.rbs', line 1624 def stack_status @stack_status end |
#stack_status_reason ⇒ ::String
Returns the value of attribute stack_status_reason.
1625 1626 1627 |
# File 'sig/types.rbs', line 1625 def stack_status_reason @stack_status_reason end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1633 1634 1635 |
# File 'sig/types.rbs', line 1633 def @tags end |
#timeout_in_minutes ⇒ ::Integer
Returns the value of attribute timeout_in_minutes.
1629 1630 1631 |
# File 'sig/types.rbs', line 1629 def timeout_in_minutes @timeout_in_minutes end |