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)


3304
3305
3306
3307
3308
3309
# File 'lib/aws-sdk-kms/types.rb', line 3304

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)


3304
3305
3306
3307
3308
3309
# File 'lib/aws-sdk-kms/types.rb', line 3304

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