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

#encryption_option"SSE_S3", ...

Returns the value of attribute encryption_option.

Returns:

  • ("SSE_S3", "SSE_KMS", "CSE_KMS")


347
348
349
# File 'sig/types.rbs', line 347

def encryption_option
  @encryption_option
end

#kms_key::String

Returns the value of attribute kms_key.

Returns:

  • (::String)


348
349
350
# File 'sig/types.rbs', line 348

def kms_key
  @kms_key
end