Class: Aws::Types::RevealConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RevealConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
Instance Attribute Details
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1492 1493 1494 |
# File 'sig/types.rbs', line 1492 def kms_key_id @kms_key_id end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
1493 1494 1495 |
# File 'sig/types.rbs', line 1493 def status @status end |