Class: Aws::Types::FrameworkMetadata
- Inherits:
-
Object
- Object
- Aws::Types::FrameworkMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compliance_type ⇒ ::String
Returns the value of attribute compliance_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#logo ⇒ ::String
Returns the value of attribute logo.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#compliance_type ⇒ ::String
Returns the value of attribute compliance_type.
624 625 626 |
# File 'sig/types.rbs', line 624 def compliance_type @compliance_type end |
#description ⇒ ::String
Returns the value of attribute description.
622 623 624 |
# File 'sig/types.rbs', line 622 def description @description end |
#logo ⇒ ::String
Returns the value of attribute logo.
623 624 625 |
# File 'sig/types.rbs', line 623 def logo @logo end |
#name ⇒ ::String
Returns the value of attribute name.
621 622 623 |
# File 'sig/types.rbs', line 621 def name @name end |