Class: Aws::Types::KeyConfigurationType

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#key_type"AWS_OWNED_KEY", "CUSTOMER_MANAGED_KEY"

Returns the value of attribute key_type.

Returns:



1454
1455
1456
# File 'sig/types.rbs', line 1454

def key_type
  @key_type
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:



1455
1456
1457
# File 'sig/types.rbs', line 1455

def kms_key_arn
  @kms_key_arn
end