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)


6587
6588
6589
# File 'sig/types.rbs', line 6587

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")


6586
6587
6588
# File 'sig/types.rbs', line 6586

def s3_encryption_mode
  @s3_encryption_mode
end