Class: Aws::Types::UpdateAssessmentFrameworkControlSet
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAssessmentFrameworkControlSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#controls ⇒ ::Array[Types::CreateAssessmentFrameworkControl]
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::CreateAssessmentFrameworkControl]
Returns the value of attribute controls.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def controls @controls end |
#id ⇒ ::String
Returns the value of attribute id.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def name @name end |