Class: Aws::Types::S3Encryption

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


6545
6546
6547
# File 'sig/types.rbs', line 6545

def kms_key_arn
  @kms_key_arn
end

#s3_encryption_mode"DISABLED", ...

Returns the value of attribute s3_encryption_mode.

Returns:

  • ("DISABLED", "SSE-KMS", "SSE-S3")


6544
6545
6546
# File 'sig/types.rbs', line 6544

def s3_encryption_mode
  @s3_encryption_mode
end