Class: Aws::Types::AwsCloudFormationStackDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsCloudFormationStackDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capabilities ⇒ ::Array[::String]
Returns the value of attribute capabilities.
-
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#disable_rollback ⇒ Boolean
Returns the value of attribute disable_rollback.
-
#drift_information ⇒ Types::AwsCloudFormationStackDriftInformationDetails
Returns the value of attribute drift_information.
-
#enable_termination_protection ⇒ Boolean
Returns the value of attribute enable_termination_protection.
-
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
-
#notification_arns ⇒ ::Array[::String]
Returns the value of attribute notification_arns.
-
#outputs ⇒ ::Array[Types::AwsCloudFormationStackOutputsDetails]
Returns the value of attribute outputs.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
-
#stack_status ⇒ ::String
Returns the value of attribute stack_status.
-
#stack_status_reason ⇒ ::String
Returns the value of attribute stack_status_reason.
-
#timeout_in_minutes ⇒ ::Integer
Returns the value of attribute timeout_in_minutes.
Instance Attribute Details
#capabilities ⇒ ::Array[::String]
Returns the value of attribute capabilities.
863 864 865 |
# File 'sig/types.rbs', line 863 def capabilities @capabilities end |
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
864 865 866 |
# File 'sig/types.rbs', line 864 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
865 866 867 |
# File 'sig/types.rbs', line 865 def description @description end |
#disable_rollback ⇒ Boolean
Returns the value of attribute disable_rollback.
866 867 868 |
# File 'sig/types.rbs', line 866 def disable_rollback @disable_rollback end |
#drift_information ⇒ Types::AwsCloudFormationStackDriftInformationDetails
Returns the value of attribute drift_information.
867 868 869 |
# File 'sig/types.rbs', line 867 def drift_information @drift_information end |
#enable_termination_protection ⇒ Boolean
Returns the value of attribute enable_termination_protection.
868 869 870 |
# File 'sig/types.rbs', line 868 def enable_termination_protection @enable_termination_protection end |
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
869 870 871 |
# File 'sig/types.rbs', line 869 def last_updated_time @last_updated_time end |
#notification_arns ⇒ ::Array[::String]
Returns the value of attribute notification_arns.
870 871 872 |
# File 'sig/types.rbs', line 870 def notification_arns @notification_arns end |
#outputs ⇒ ::Array[Types::AwsCloudFormationStackOutputsDetails]
Returns the value of attribute outputs.
871 872 873 |
# File 'sig/types.rbs', line 871 def outputs @outputs end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
872 873 874 |
# File 'sig/types.rbs', line 872 def role_arn @role_arn end |
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
873 874 875 |
# File 'sig/types.rbs', line 873 def stack_id @stack_id end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
874 875 876 |
# File 'sig/types.rbs', line 874 def stack_name @stack_name end |
#stack_status ⇒ ::String
Returns the value of attribute stack_status.
875 876 877 |
# File 'sig/types.rbs', line 875 def stack_status @stack_status end |
#stack_status_reason ⇒ ::String
Returns the value of attribute stack_status_reason.
876 877 878 |
# File 'sig/types.rbs', line 876 def stack_status_reason @stack_status_reason end |
#timeout_in_minutes ⇒ ::Integer
Returns the value of attribute timeout_in_minutes.
877 878 879 |
# File 'sig/types.rbs', line 877 def timeout_in_minutes @timeout_in_minutes end |