Class: Aws::Types::SseAwsKeyManagementParams
- Inherits:
-
Object
- Object
- Aws::Types::SseAwsKeyManagementParams
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_kms_encryption_context ⇒ ::String
Returns the value of attribute aws_kms_encryption_context.
-
#aws_kms_key_id ⇒ ::String
Returns the value of attribute aws_kms_key_id.
Instance Attribute Details
#aws_kms_encryption_context ⇒ ::String
Returns the value of attribute aws_kms_encryption_context.
790 791 792 |
# File 'sig/types.rbs', line 790 def aws_kms_encryption_context @aws_kms_encryption_context end |
#aws_kms_key_id ⇒ ::String
Returns the value of attribute aws_kms_key_id.
789 790 791 |
# File 'sig/types.rbs', line 789 def aws_kms_key_id @aws_kms_key_id end |