Class: Aws::Types::ObjectEncryption

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

Defined Under Namespace

Classes: Ssekms, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ssekmsTypes::SSEKMSEncryption

Returns the value of attribute ssekms.



2057
2058
2059
# File 'sig/types.rbs', line 2057

def ssekms
  @ssekms
end

#unknownObject

Returns the value of attribute unknown.

Returns:



2058
2059
2060
# File 'sig/types.rbs', line 2058

def unknown
  @unknown
end