Class: Aws::Types::UpdateStackOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateStackOutput
- 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.
2180 2181 2182 |
# File 'sig/types.rbs', line 2180 def operation_id @operation_id end |
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
2179 2180 2181 |
# File 'sig/types.rbs', line 2179 def stack_id @stack_id end |