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.



2909
2910
2911
# File 'sig/types.rbs', line 2909

def cloud_watch_encryption
  @cloud_watch_encryption
end

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

Returns:



2908
2909
2910
# File 'sig/types.rbs', line 2908

def s3_encryption
  @s3_encryption
end