Class: Aws::Types::CreateStackOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateStackOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
-
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
Instance Attribute Details
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
250 251 252 |
# File 'sig/types.rbs', line 250 def operation_id @operation_id end |
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
249 250 251 |
# File 'sig/types.rbs', line 249 def stack_id @stack_id end |