Class: Aws::Types::ControlOperationSummary
- Inherits:
-
Object
- Object
- Aws::Types::ControlOperationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#control_identifier ⇒ ::String
Returns the value of attribute control_identifier.
-
#enabled_control_identifier ⇒ ::String
Returns the value of attribute enabled_control_identifier.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#operation_identifier ⇒ ::String
Returns the value of attribute operation_identifier.
-
#operation_type ⇒ "ENABLE_CONTROL", ...
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.
-
#target_identifier ⇒ ::String
Returns the value of attribute target_identifier.
Instance Attribute Details
#control_identifier ⇒ ::String
Returns the value of attribute control_identifier.
67 68 69 |
# File 'sig/types.rbs', line 67 def control_identifier @control_identifier end |
#enabled_control_identifier ⇒ ::String
Returns the value of attribute enabled_control_identifier.
69 70 71 |
# File 'sig/types.rbs', line 69 def enabled_control_identifier @enabled_control_identifier end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
63 64 65 |
# File 'sig/types.rbs', line 63 def end_time @end_time end |
#operation_identifier ⇒ ::String
Returns the value of attribute operation_identifier.
66 67 68 |
# File 'sig/types.rbs', line 66 def operation_identifier @operation_identifier end |
#operation_type ⇒ "ENABLE_CONTROL", ...
Returns the value of attribute operation_type.
61 62 63 |
# File 'sig/types.rbs', line 61 def operation_type @operation_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
62 63 64 |
# File 'sig/types.rbs', line 62 def start_time @start_time end |
#status ⇒ "SUCCEEDED", ...
Returns the value of attribute status.
64 65 66 |
# File 'sig/types.rbs', line 64 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
65 66 67 |
# File 'sig/types.rbs', line 65 def @status_message end |
#target_identifier ⇒ ::String
Returns the value of attribute target_identifier.
68 69 70 |
# File 'sig/types.rbs', line 68 def target_identifier @target_identifier end |