Class: Aws::Types::JobBookmarksEncryption
- Inherits:
-
Object
- Object
- Aws::Types::JobBookmarksEncryption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_bookmarks_encryption_mode ⇒ "DISABLED", "CSE-KMS"
Returns the value of attribute job_bookmarks_encryption_mode.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
Instance Attribute Details
#job_bookmarks_encryption_mode ⇒ "DISABLED", "CSE-KMS"
Returns the value of attribute job_bookmarks_encryption_mode.
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.
4936 4937 4938 |
# File 'sig/types.rbs', line 4936 def kms_key_arn @kms_key_arn end |