Class: Aws::Types::ControlParameter
- Inherits:
-
Object
- Object
- Aws::Types::ControlParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#requirement ⇒ "REQUIRED", "OPTIONAL"
Returns the value of attribute requirement.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
70 71 72 |
# File 'sig/types.rbs', line 70 def name @name end |
#requirement ⇒ "REQUIRED", "OPTIONAL"
Returns the value of attribute requirement.
71 72 73 |
# File 'sig/types.rbs', line 71 def requirement @requirement end |