Class: Aws::Types::UpdateAssessmentFrameworkRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAssessmentFrameworkRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compliance_type ⇒ ::String
Returns the value of attribute compliance_type.
-
#control_sets ⇒ ::Array[Types::UpdateAssessmentFrameworkControlSet]
Returns the value of attribute control_sets.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#framework_id ⇒ ::String
Returns the value of attribute framework_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#compliance_type ⇒ ::String
Returns the value of attribute compliance_type.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def compliance_type @compliance_type end |
#control_sets ⇒ ::Array[Types::UpdateAssessmentFrameworkControlSet]
Returns the value of attribute control_sets.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def control_sets @control_sets end |
#description ⇒ ::String
Returns the value of attribute description.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def description @description end |
#framework_id ⇒ ::String
Returns the value of attribute framework_id.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def framework_id @framework_id end |
#name ⇒ ::String
Returns the value of attribute name.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def name @name end |