Class: Aws::Types::DeliveryStreamEncryptionConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::DeliveryStreamEncryptionConfigurationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
-
#key_type ⇒ "AWS_OWNED_CMK", "CUSTOMER_MANAGED_CMK"
Returns the value of attribute key_type.
Instance Attribute Details
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
300 301 302 |
# File 'sig/types.rbs', line 300 def key_arn @key_arn end |
#key_type ⇒ "AWS_OWNED_CMK", "CUSTOMER_MANAGED_CMK"
Returns the value of attribute key_type.
301 302 303 |
# File 'sig/types.rbs', line 301 def key_type @key_type end |