Method: Aws::S3::Types::Encryption#kms_context
- Defined in:
- lib/aws-sdk-s3/types.rb
#kms_context ⇒ String
If the encryption type is aws:kms, this optional value can be used to specify the encryption context for the restore results.
5332 5333 5334 5335 5336 5337 5338 |
# File 'lib/aws-sdk-s3/types.rb', line 5332 class Encryption < Struct.new( :encryption_type, :kms_key_id, :kms_context) SENSITIVE = [:kms_key_id] include Aws::Structure end |