Class: Aws::Types::ApplicationEncryptionConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


182
183
184
# File 'sig/types.rbs', line 182

def key_id
  @key_id
end

#key_type"AWS_OWNED_KEY", "CUSTOMER_MANAGED_KEY"

Returns the value of attribute key_type.

Returns:

  • ("AWS_OWNED_KEY", "CUSTOMER_MANAGED_KEY")


183
184
185
# File 'sig/types.rbs', line 183

def key_type
  @key_type
end