Class: Aws::Types::LandingZoneOperationSummary
- Inherits:
-
Object
- Object
- Aws::Types::LandingZoneOperationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#operation_identifier ⇒ ::String
Returns the value of attribute operation_identifier.
-
#operation_type ⇒ "DELETE", ...
Returns the value of attribute operation_type.
-
#status ⇒ "SUCCEEDED", ...
Returns the value of attribute status.
Instance Attribute Details
#operation_identifier ⇒ ::String
Returns the value of attribute operation_identifier.
390 391 392 |
# File 'sig/types.rbs', line 390 def operation_identifier @operation_identifier end |
#operation_type ⇒ "DELETE", ...
Returns the value of attribute operation_type.
389 390 391 |
# File 'sig/types.rbs', line 389 def operation_type @operation_type end |
#status ⇒ "SUCCEEDED", ...
Returns the value of attribute status.
391 392 393 |
# File 'sig/types.rbs', line 391 def status @status end |