Class: Aws::Types::ServerSideEncryptionRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#apply_server_side_encryption_by_defaultTypes::ServerSideEncryptionByDefault

Returns the value of attribute apply_server_side_encryption_by_default.



2893
2894
2895
# File 'sig/types.rbs', line 2893

def apply_server_side_encryption_by_default
  @apply_server_side_encryption_by_default
end

#blocked_encryption_typesTypes::BlockedEncryptionTypes

Returns the value of attribute blocked_encryption_types.



2895
2896
2897
# File 'sig/types.rbs', line 2895

def blocked_encryption_types
  @blocked_encryption_types
end

#bucket_key_enabledBoolean

Returns the value of attribute bucket_key_enabled.

Returns:

  • (Boolean)


2894
2895
2896
# File 'sig/types.rbs', line 2894

def bucket_key_enabled
  @bucket_key_enabled
end