Class: Aws::Types::DiskEncryptionConfiguration

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])


146
147
148
# File 'sig/types.rbs', line 146

def encryption_context
  @encryption_context
end

#encryption_key_arn ⇒ ::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def encryption_key_arn
  @encryption_key_arn
end