Class: Aws::Types::VpcEncryptionNonCompliantResource
- Inherits:
-
Object
- Object
- Aws::Types::VpcEncryptionNonCompliantResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#is_excludable ⇒ Boolean
Returns the value of attribute is_excludable.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
19749 19750 19751 |
# File 'sig/types.rbs', line 19749 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
19747 19748 19749 |
# File 'sig/types.rbs', line 19747 def id @id end |
#is_excludable ⇒ Boolean
Returns the value of attribute is_excludable.
19750 19751 19752 |
# File 'sig/types.rbs', line 19750 def is_excludable @is_excludable end |
#type ⇒ ::String
Returns the value of attribute type.
19748 19749 19750 |
# File 'sig/types.rbs', line 19748 def type @type end |