Class: Aws::Types::AssessmentFrameworkMetadata
- Inherits:
-
Object
- Object
- Aws::Types::AssessmentFrameworkMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#compliance_type ⇒ ::String
Returns the value of attribute compliance_type.
-
#control_sets_count ⇒ ::Integer
Returns the value of attribute control_sets_count.
-
#controls_count ⇒ ::Integer
Returns the value of attribute controls_count.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#logo ⇒ ::String
Returns the value of attribute logo.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "Standard", "Custom"
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
93 94 95 |
# File 'sig/types.rbs', line 93 def arn @arn end |
#compliance_type ⇒ ::String
Returns the value of attribute compliance_type.
99 100 101 |
# File 'sig/types.rbs', line 99 def compliance_type @compliance_type end |
#control_sets_count ⇒ ::Integer
Returns the value of attribute control_sets_count.
101 102 103 |
# File 'sig/types.rbs', line 101 def control_sets_count @control_sets_count end |
#controls_count ⇒ ::Integer
Returns the value of attribute controls_count.
100 101 102 |
# File 'sig/types.rbs', line 100 def controls_count @controls_count end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
102 103 104 |
# File 'sig/types.rbs', line 102 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
97 98 99 |
# File 'sig/types.rbs', line 97 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
94 95 96 |
# File 'sig/types.rbs', line 94 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
103 104 105 |
# File 'sig/types.rbs', line 103 def last_updated_at @last_updated_at end |
#logo ⇒ ::String
Returns the value of attribute logo.
98 99 100 |
# File 'sig/types.rbs', line 98 def logo @logo end |
#name ⇒ ::String
Returns the value of attribute name.
96 97 98 |
# File 'sig/types.rbs', line 96 def name @name end |
#type ⇒ "Standard", "Custom"
Returns the value of attribute type.
95 96 97 |
# File 'sig/types.rbs', line 95 def type @type end |