Class: Aws::Types::KmsEncryptionConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cmk_type"CUSTOMER_MANAGED_KMS_KEY", "AWS_OWNED_KMS_KEY"

Returns the value of attribute cmk_type.

Returns:

  • ("CUSTOMER_MANAGED_KMS_KEY", "AWS_OWNED_KMS_KEY")


344
345
346
# File 'sig/types.rbs', line 344

def cmk_type
  @cmk_type
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


345
346
347
# File 'sig/types.rbs', line 345

def kms_key_id
  @kms_key_id
end