Class: Aws::Types::EncryptionConfiguration

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)


816
817
818
# File 'sig/types.rbs', line 816

def key_id
  @key_id
end

#type"CUSTOMER_KMS", "AWS_OWNED_KMS_KEY"

Returns the value of attribute type.

Returns:

  • ("CUSTOMER_KMS", "AWS_OWNED_KMS_KEY")


817
818
819
# File 'sig/types.rbs', line 817

def type
  @type
end