Class: Aws::Types::EncryptionConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_encryptionTypes::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_encryptionTypes::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_encryptionTypes::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.

Returns:



2898
2899
2900
# File 'sig/types.rbs', line 2898

def s3_encryption
  @s3_encryption
end