Class: Aws::Types::S3EncryptionConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_mode"SSE_S3", "SSE_KMS"

Returns the value of attribute encryption_mode.

Returns:

  • ("SSE_S3", "SSE_KMS")


485
486
487
# File 'sig/types.rbs', line 485

def encryption_mode
  @encryption_mode
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


486
487
488
# File 'sig/types.rbs', line 486

def kms_key_arn
  @kms_key_arn
end