Class: Aws::Types::AwsAmazonMqBrokerEncryptionOptionsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsAmazonMqBrokerEncryptionOptionsDetails
- 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.
-
#use_aws_owned_key ⇒ Boolean
Returns the value of attribute use_aws_owned_key.
Instance Attribute Details
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
327 328 329 |
# File 'sig/types.rbs', line 327 def kms_key_id @kms_key_id end |
#use_aws_owned_key ⇒ Boolean
Returns the value of attribute use_aws_owned_key.
328 329 330 |
# File 'sig/types.rbs', line 328 def use_aws_owned_key @use_aws_owned_key end |