Class: Aws::Types::KmsEncryptionSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_context::Hash[::String, ::String]

Returns the value of attribute encryption_context.

Returns:

  • (::Hash[::String, ::String])


685
686
687
# File 'sig/types.rbs', line 685

def encryption_context
  @encryption_context
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


684
685
686
# File 'sig/types.rbs', line 684

def key
  @key
end