Class: Aws::Types::CreateChangeSetOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateChangeSetOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
189 190 191 |
# File 'sig/types.rbs', line 189 def id @id end |
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
190 191 192 |
# File 'sig/types.rbs', line 190 def stack_id @stack_id end |