Class: Aws::Types::SuppressDataIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::SuppressDataIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#type ⇒ "CUSTOM", "MANAGED"
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1764 1765 1766 |
# File 'sig/types.rbs', line 1764 def id @id end |
#type ⇒ "CUSTOM", "MANAGED"
Returns the value of attribute type.
1765 1766 1767 |
# File 'sig/types.rbs', line 1765 def type @type end |