Method: Aws::KMS::Types::GetKeyPolicyResponse#policy_name

Defined in:
lib/aws-sdk-kms/types.rb

#policy_nameString

The name of the key policy. The only valid value is default.

Returns:

  • (String)


3469
3470
3471
3472
3473
3474
# File 'lib/aws-sdk-kms/types.rb', line 3469

class GetKeyPolicyResponse < Struct.new(
  :policy,
  :policy_name)
  SENSITIVE = []
  include Aws::Structure
end