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.
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.
4907 4908 4909 |
# File 'sig/types.rbs', line 4907 def kms_key_arn @kms_key_arn end |