Class: Aws::Types::ControlSet
- Inherits:
-
Object
- Object
- Aws::Types::ControlSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#controls ⇒ ::Array[Types::Control]
Returns the value of attribute controls.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#controls ⇒ ::Array[Types::Control]
Returns the value of attribute controls.
371 372 373 |
# File 'sig/types.rbs', line 371 def controls @controls end |
#id ⇒ ::String
Returns the value of attribute id.
369 370 371 |
# File 'sig/types.rbs', line 369 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
370 371 372 |
# File 'sig/types.rbs', line 370 def name @name end |