Class: Aws::Types::LandingZoneOperationDetail
- Inherits:
-
Object
- Object
- Aws::Types::LandingZoneOperationDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#operation_identifier ⇒ ::String
Returns the value of attribute operation_identifier.
-
#operation_type ⇒ "DELETE", ...
Returns the value of attribute operation_type.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "SUCCEEDED", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
377 378 379 |
# File 'sig/types.rbs', line 377 def end_time @end_time end |
#operation_identifier ⇒ ::String
Returns the value of attribute operation_identifier.
374 375 376 |
# File 'sig/types.rbs', line 374 def operation_identifier @operation_identifier end |
#operation_type ⇒ "DELETE", ...
Returns the value of attribute operation_type.
373 374 375 |
# File 'sig/types.rbs', line 373 def operation_type @operation_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
376 377 378 |
# File 'sig/types.rbs', line 376 def start_time @start_time end |
#status ⇒ "SUCCEEDED", ...
Returns the value of attribute status.
375 376 377 |
# File 'sig/types.rbs', line 375 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
378 379 380 |
# File 'sig/types.rbs', line 378 def @status_message end |