Class: Aws::Types::ApplicationEncryptionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationEncryptionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#key_type ⇒ "AWS_OWNED_KEY", "CUSTOMER_MANAGED_KEY"
Returns the value of attribute key_type.
Instance Attribute Details
#key_id ⇒ ::String
Returns the value of attribute key_id.
182 183 184 |
# File 'sig/types.rbs', line 182 def key_id @key_id end |
#key_type ⇒ "AWS_OWNED_KEY", "CUSTOMER_MANAGED_KEY"
Returns the value of attribute key_type.
183 184 185 |
# File 'sig/types.rbs', line 183 def key_type @key_type end |