Class: Aws::Types::DisableControlInput
- Inherits:
-
Object
- Object
- Aws::Types::DisableControlInput
- 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.
-
#target_identifier ⇒ ::String
Returns the value of attribute target_identifier.
Instance Attribute Details
#control_identifier ⇒ ::String
Returns the value of attribute control_identifier.
108 109 110 |
# File 'sig/types.rbs', line 108 def control_identifier @control_identifier end |
#enabled_control_identifier ⇒ ::String
Returns the value of attribute enabled_control_identifier.
110 111 112 |
# File 'sig/types.rbs', line 110 def enabled_control_identifier @enabled_control_identifier end |
#target_identifier ⇒ ::String
Returns the value of attribute target_identifier.
109 110 111 |
# File 'sig/types.rbs', line 109 def target_identifier @target_identifier end |