Class: Aws::Types::AssessmentFramework
- Inherits:
-
Object
- Object
- Aws::Types::AssessmentFramework
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#control_sets ⇒ ::Array[Types::AssessmentControlSet]
Returns the value of attribute control_sets.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#metadata ⇒ Types::FrameworkMetadata
Returns the value of attribute metadata.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
86 87 88 |
# File 'sig/types.rbs', line 86 def arn @arn end |
#control_sets ⇒ ::Array[Types::AssessmentControlSet]
Returns the value of attribute control_sets.
88 89 90 |
# File 'sig/types.rbs', line 88 def control_sets @control_sets end |
#id ⇒ ::String
Returns the value of attribute id.
85 86 87 |
# File 'sig/types.rbs', line 85 def id @id end |
#metadata ⇒ Types::FrameworkMetadata
Returns the value of attribute metadata.
87 88 89 |
# File 'sig/types.rbs', line 87 def end |