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.



2917
2918
2919
# File 'sig/types.rbs', line 2917

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.



2919
2920
2921
# File 'sig/types.rbs', line 2919

def blocked_encryption_types
  @blocked_encryption_types
end

#bucket_key_enabledBoolean

Returns the value of attribute bucket_key_enabled.

Returns:

  • (Boolean)


2918
2919
2920
# File 'sig/types.rbs', line 2918

def bucket_key_enabled
  @bucket_key_enabled
end