Class: Aws::Types::EncryptionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EncryptionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_encryption ⇒ Types::CloudWatchEncryption
Returns the value of attribute cloud_watch_encryption.
-
#data_quality_encryption ⇒ Types::DataQualityEncryption
Returns the value of attribute data_quality_encryption.
-
#job_bookmarks_encryption ⇒ Types::JobBookmarksEncryption
Returns the value of attribute job_bookmarks_encryption.
-
#s3_encryption ⇒ ::Array[Types::S3Encryption]
Returns the value of attribute s3_encryption.
Instance Attribute Details
#cloud_watch_encryption ⇒ Types::CloudWatchEncryption
Returns the value of attribute cloud_watch_encryption.
2899 2900 2901 |
# File 'sig/types.rbs', line 2899 def cloud_watch_encryption @cloud_watch_encryption end |
#data_quality_encryption ⇒ Types::DataQualityEncryption
Returns the value of attribute data_quality_encryption.
2901 2902 2903 |
# File 'sig/types.rbs', line 2901 def data_quality_encryption @data_quality_encryption end |
#job_bookmarks_encryption ⇒ Types::JobBookmarksEncryption
Returns the value of attribute job_bookmarks_encryption.
2900 2901 2902 |
# File 'sig/types.rbs', line 2900 def job_bookmarks_encryption @job_bookmarks_encryption end |
#s3_encryption ⇒ ::Array[Types::S3Encryption]
Returns the value of attribute s3_encryption.
2898 2899 2900 |
# File 'sig/types.rbs', line 2898 def s3_encryption @s3_encryption end |