Class: Aws::Types::AwsS3BucketServerSideEncryptionByDefault

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:

  • (::String)


4091
4092
4093
# File 'sig/types.rbs', line 4091

def kms_master_key_id
  @kms_master_key_id
end

#sse_algorithm::String

Returns the value of attribute sse_algorithm.

Returns:

  • (::String)


4090
4091
4092
# File 'sig/types.rbs', line 4090

def sse_algorithm
  @sse_algorithm
end