Class: Aws::Types::ApplicationEncryptionConfigurationDescription

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)


188
189
190
# File 'sig/types.rbs', line 188

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


189
190
191
# File 'sig/types.rbs', line 189

def key_type
  @key_type
end