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)


821
822
823
# File 'sig/types.rbs', line 821

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


822
823
824
# File 'sig/types.rbs', line 822

def type
  @type
end