Class: Aws::Types::Standard
- Inherits:
-
Object
- Object
- Aws::Types::Standard
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#enabled_by_default ⇒ Boolean
Returns the value of attribute enabled_by_default.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#provider ⇒ "AWS", "Azure"
Returns the value of attribute provider.
-
#standards_arn ⇒ ::String
Returns the value of attribute standards_arn.
-
#standards_managed_by ⇒ Types::StandardsManagedBy
Returns the value of attribute standards_managed_by.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
7656 7657 7658 |
# File 'sig/types.rbs', line 7656 def description @description end |
#enabled_by_default ⇒ Boolean
Returns the value of attribute enabled_by_default.
7657 7658 7659 |
# File 'sig/types.rbs', line 7657 def enabled_by_default @enabled_by_default end |
#name ⇒ ::String
Returns the value of attribute name.
7655 7656 7657 |
# File 'sig/types.rbs', line 7655 def name @name end |
#provider ⇒ "AWS", "Azure"
Returns the value of attribute provider.
7658 7659 7660 |
# File 'sig/types.rbs', line 7658 def provider @provider end |
#standards_arn ⇒ ::String
Returns the value of attribute standards_arn.
7654 7655 7656 |
# File 'sig/types.rbs', line 7654 def standards_arn @standards_arn end |
#standards_managed_by ⇒ Types::StandardsManagedBy
Returns the value of attribute standards_managed_by.
7659 7660 7661 |
# File 'sig/types.rbs', line 7659 def standards_managed_by @standards_managed_by end |