Class: Aws::KMS::Types::GetKeyPolicyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

A key policy document in JSON format.

Returns:

  • (String)


3111
3112
3113
3114
3115
3116
# File 'lib/aws-sdk-kms/types.rb', line 3111

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

#policy_nameString

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

Returns:

  • (String)


3111
3112
3113
3114
3115
3116
# File 'lib/aws-sdk-kms/types.rb', line 3111

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