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.
2909 2910 2911 |
# File 'sig/types.rbs', line 2909 def cloud_watch_encryption @cloud_watch_encryption end |
#data_quality_encryption ⇒ Types::DataQualityEncryption
Returns the value of attribute data_quality_encryption.
2911 2912 2913 |
# File 'sig/types.rbs', line 2911 def data_quality_encryption @data_quality_encryption end |
#job_bookmarks_encryption ⇒ Types::JobBookmarksEncryption
Returns the value of attribute job_bookmarks_encryption.
2910 2911 2912 |
# File 'sig/types.rbs', line 2910 def job_bookmarks_encryption @job_bookmarks_encryption end |
#s3_encryption ⇒ ::Array[Types::S3Encryption]
Returns the value of attribute s3_encryption.
2908 2909 2910 |
# File 'sig/types.rbs', line 2908 def s3_encryption @s3_encryption end |