Class: Aws::Types::ApplicationEncryptionConfigurationUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key_id_update::String

Returns the value of attribute key_id_update.

Returns:

  • (::String)


194
195
196
# File 'sig/types.rbs', line 194

def key_id_update
  @key_id_update
end

#key_type_update"AWS_OWNED_KEY", "CUSTOMER_MANAGED_KEY"

Returns the value of attribute key_type_update.

Returns:

  • ("AWS_OWNED_KEY", "CUSTOMER_MANAGED_KEY")


195
196
197
# File 'sig/types.rbs', line 195

def key_type_update
  @key_type_update
end