Class: Aws::Glue::Types::JobBookmarksEncryption

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Specifies how job bookmark data should be encrypted.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_bookmarks_encryption_modeString

The encryption mode to use for job bookmarks data.

Returns:

  • (String)


13519
13520
13521
13522
13523
13524
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13519

class JobBookmarksEncryption < Struct.new(
  :job_bookmarks_encryption_mode,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_arnString

The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.

Returns:

  • (String)


13519
13520
13521
13522
13523
13524
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13519

class JobBookmarksEncryption < Struct.new(
  :job_bookmarks_encryption_mode,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end