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")


4906
4907
4908
# File 'sig/types.rbs', line 4906

def job_bookmarks_encryption_mode
  @job_bookmarks_encryption_mode
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


4907
4908
4909
# File 'sig/types.rbs', line 4907

def kms_key_arn
  @kms_key_arn
end