Class: Aws::Glue::Types::JobBookmarksEncryption
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::JobBookmarksEncryption
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies how job bookmark data should be encrypted.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_bookmarks_encryption_mode ⇒ String
The encryption mode to use for job bookmarks data.
-
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
Instance Attribute Details
#job_bookmarks_encryption_mode ⇒ String
The encryption mode to use for job bookmarks data.
14485 14486 14487 14488 14489 14490 |
# File 'lib/aws-sdk-glue/types.rb', line 14485 class JobBookmarksEncryption < Struct.new( :job_bookmarks_encryption_mode, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
14485 14486 14487 14488 14489 14490 |
# File 'lib/aws-sdk-glue/types.rb', line 14485 class JobBookmarksEncryption < Struct.new( :job_bookmarks_encryption_mode, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |