Class: Aws::Types::ChangeSetSummary
- Inherits:
-
Object
- Object
- Aws::Types::ChangeSetSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_set_id ⇒ ::String
Returns the value of attribute change_set_id.
-
#change_set_name ⇒ ::String
Returns the value of attribute change_set_name.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#execution_status ⇒ "UNAVAILABLE", ...
Returns the value of attribute execution_status.
-
#import_existing_resources ⇒ Boolean
Returns the value of attribute import_existing_resources.
-
#include_nested_stacks ⇒ Boolean
Returns the value of attribute include_nested_stacks.
-
#parent_change_set_id ⇒ ::String
Returns the value of attribute parent_change_set_id.
-
#root_change_set_id ⇒ ::String
Returns the value of attribute root_change_set_id.
-
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
-
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#change_set_id ⇒ ::String
Returns the value of attribute change_set_id.
134 135 136 |
# File 'sig/types.rbs', line 134 def change_set_id @change_set_id end |
#change_set_name ⇒ ::String
Returns the value of attribute change_set_name.
135 136 137 |
# File 'sig/types.rbs', line 135 def change_set_name @change_set_name end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
139 140 141 |
# File 'sig/types.rbs', line 139 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
140 141 142 |
# File 'sig/types.rbs', line 140 def description @description end |
#execution_status ⇒ "UNAVAILABLE", ...
Returns the value of attribute execution_status.
136 137 138 |
# File 'sig/types.rbs', line 136 def execution_status @execution_status end |
#import_existing_resources ⇒ Boolean
Returns the value of attribute import_existing_resources.
144 145 146 |
# File 'sig/types.rbs', line 144 def import_existing_resources @import_existing_resources end |
#include_nested_stacks ⇒ Boolean
Returns the value of attribute include_nested_stacks.
141 142 143 |
# File 'sig/types.rbs', line 141 def include_nested_stacks @include_nested_stacks end |
#parent_change_set_id ⇒ ::String
Returns the value of attribute parent_change_set_id.
142 143 144 |
# File 'sig/types.rbs', line 142 def parent_change_set_id @parent_change_set_id end |
#root_change_set_id ⇒ ::String
Returns the value of attribute root_change_set_id.
143 144 145 |
# File 'sig/types.rbs', line 143 def root_change_set_id @root_change_set_id end |
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
132 133 134 |
# File 'sig/types.rbs', line 132 def stack_id @stack_id end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
133 134 135 |
# File 'sig/types.rbs', line 133 def stack_name @stack_name end |
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
137 138 139 |
# File 'sig/types.rbs', line 137 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
138 139 140 |
# File 'sig/types.rbs', line 138 def status_reason @status_reason end |