Class: Aws::Types::EnableControlInput
- Inherits:
-
Object
- Object
- Aws::Types::EnableControlInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#control_identifier ⇒ ::String
Returns the value of attribute control_identifier.
-
#parameters ⇒ ::Array[Types::EnabledControlParameter]
Returns the value of attribute parameters.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#target_identifier ⇒ ::String
Returns the value of attribute target_identifier.
Instance Attribute Details
#control_identifier ⇒ ::String
Returns the value of attribute control_identifier.
141 142 143 |
# File 'sig/types.rbs', line 141 def control_identifier @control_identifier end |
#parameters ⇒ ::Array[Types::EnabledControlParameter]
Returns the value of attribute parameters.
144 145 146 |
# File 'sig/types.rbs', line 144 def parameters @parameters end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
143 144 145 |
# File 'sig/types.rbs', line 143 def @tags end |
#target_identifier ⇒ ::String
Returns the value of attribute target_identifier.
142 143 144 |
# File 'sig/types.rbs', line 142 def target_identifier @target_identifier end |