Class: Aws::Types::DeliveryStreamEncryptionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DeliveryStreamEncryptionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_description ⇒ Types::FailureDescription
Returns the value of attribute failure_description.
-
#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.
-
#status ⇒ "ENABLED", ...
Returns the value of attribute status.
Instance Attribute Details
#failure_description ⇒ Types::FailureDescription
Returns the value of attribute failure_description.
295 296 297 |
# File 'sig/types.rbs', line 295 def failure_description @failure_description end |
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
292 293 294 |
# File 'sig/types.rbs', line 292 def key_arn @key_arn end |
#key_type ⇒ "AWS_OWNED_CMK", "CUSTOMER_MANAGED_CMK"
Returns the value of attribute key_type.
293 294 295 |
# File 'sig/types.rbs', line 293 def key_type @key_type end |
#status ⇒ "ENABLED", ...
Returns the value of attribute status.
294 295 296 |
# File 'sig/types.rbs', line 294 def status @status end |