Class: Aws::Types::FrameworkControl
- Inherits:
-
Object
- Object
- Aws::Types::FrameworkControl
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#control_input_parameters ⇒ ::Array[Types::ControlInputParameter]
Returns the value of attribute control_input_parameters.
-
#control_name ⇒ ::String
Returns the value of attribute control_name.
-
#control_scope ⇒ Types::ControlScope
Returns the value of attribute control_scope.
Instance Attribute Details
#control_input_parameters ⇒ ::Array[Types::ControlInputParameter]
Returns the value of attribute control_input_parameters.
898 899 900 |
# File 'sig/types.rbs', line 898 def control_input_parameters @control_input_parameters end |
#control_name ⇒ ::String
Returns the value of attribute control_name.
897 898 899 |
# File 'sig/types.rbs', line 897 def control_name @control_name end |
#control_scope ⇒ Types::ControlScope
Returns the value of attribute control_scope.
899 900 901 |
# File 'sig/types.rbs', line 899 def control_scope @control_scope end |