Class: Aws::Types::KMSKeyDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_option"AWS_OWNED_CMK", "CUSTOMER_MANAGED_CMK"

Returns the value of attribute encryption_option.

Returns:



171
172
173
# File 'sig/types.rbs', line 171

def encryption_option
  @encryption_option
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:



170
171
172
# File 'sig/types.rbs', line 170

def kms_key_id
  @kms_key_id
end