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.
4925 4926 4927 |
# File 'sig/types.rbs', line 4925 def job_bookmarks_encryption_mode @job_bookmarks_encryption_mode end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
4926 4927 4928 |
# File 'sig/types.rbs', line 4926 def kms_key_arn @kms_key_arn end |