Class: Aws::Types::S3EncryptionSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_type"SERVER_SIDE_ENCRYPTION_S3", "SERVER_SIDE_ENCRYPTION_KMS"

Returns the value of attribute encryption_type.

Returns:

  • ("SERVER_SIDE_ENCRYPTION_S3", "SERVER_SIDE_ENCRYPTION_KMS")


2237
2238
2239
# File 'sig/types.rbs', line 2237

def encryption_type
  @encryption_type
end

#kms_encryption_context::String

Returns the value of attribute kms_encryption_context.

Returns:

  • (::String)


2238
2239
2240
# File 'sig/types.rbs', line 2238

def kms_encryption_context
  @kms_encryption_context
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


2239
2240
2241
# File 'sig/types.rbs', line 2239

def kms_key_arn
  @kms_key_arn
end