Class: Aws::Types::OperationEntry
- Inherits:
-
Object
- Object
- Aws::Types::OperationEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
-
#operation_type ⇒ "CREATE_STACK", ...
Returns the value of attribute operation_type.
Instance Attribute Details
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def operation_id @operation_id end |
#operation_type ⇒ "CREATE_STACK", ...
Returns the value of attribute operation_type.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def operation_type @operation_type end |