Class: Aws::Types::ControlOperation
- Inherits:
-
Object
- Object
- Aws::Types::ControlOperation
- 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.
45 46 47 |
# File 'sig/types.rbs', line 45 def control_identifier @control_identifier end |
#enabled_control_identifier ⇒ ::String
Returns the value of attribute enabled_control_identifier.
47 48 49 |
# File 'sig/types.rbs', line 47 def enabled_control_identifier @enabled_control_identifier end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
41 42 43 |
# File 'sig/types.rbs', line 41 def end_time @end_time end |
#operation_identifier ⇒ ::String
Returns the value of attribute operation_identifier.
44 45 46 |
# File 'sig/types.rbs', line 44 def operation_identifier @operation_identifier end |
#operation_type ⇒ "ENABLE_CONTROL", ...
Returns the value of attribute operation_type.
39 40 41 |
# File 'sig/types.rbs', line 39 def operation_type @operation_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
40 41 42 |
# File 'sig/types.rbs', line 40 def start_time @start_time end |
#status ⇒ "SUCCEEDED", ...
Returns the value of attribute status.
42 43 44 |
# File 'sig/types.rbs', line 42 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
43 44 45 |
# File 'sig/types.rbs', line 43 def @status_message end |
#target_identifier ⇒ ::String
Returns the value of attribute target_identifier.
46 47 48 |
# File 'sig/types.rbs', line 46 def target_identifier @target_identifier end |