Class: Aws::Types::ServerSideEncryptionByDefault

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#kms_master_key_id::String

Returns the value of attribute kms_master_key_id.

Returns:



2907
2908
2909
# File 'sig/types.rbs', line 2907

def kms_master_key_id
  @kms_master_key_id
end

#sse_algorithm"AES256", ...

Returns the value of attribute sse_algorithm.

Returns:



2906
2907
2908
# File 'sig/types.rbs', line 2906

def sse_algorithm
  @sse_algorithm
end