Class: Aws::Types::JobBookmarksEncryption

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_bookmarks_encryption_mode"DISABLED", "CSE-KMS"

Returns the value of attribute job_bookmarks_encryption_mode.

Returns:

  • ("DISABLED", "CSE-KMS")


4935
4936
4937
# File 'sig/types.rbs', line 4935

def job_bookmarks_encryption_mode
  @job_bookmarks_encryption_mode
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


4936
4937
4938
# File 'sig/types.rbs', line 4936

def kms_key_arn
  @kms_key_arn
end