Class: Aws::Types::EnablementStatusSummary
- Inherits:
-
Object
- Object
- Aws::Types::EnablementStatusSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_operation_identifier ⇒ ::String
Returns the value of attribute last_operation_identifier.
-
#status ⇒ "SUCCEEDED", ...
Returns the value of attribute status.
Instance Attribute Details
#last_operation_identifier ⇒ ::String
Returns the value of attribute last_operation_identifier.
275 276 277 |
# File 'sig/types.rbs', line 275 def last_operation_identifier @last_operation_identifier end |
#status ⇒ "SUCCEEDED", ...
Returns the value of attribute status.
274 275 276 |
# File 'sig/types.rbs', line 274 def status @status end |