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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kms/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 'gems/aws-sdk-kms/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 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 3111

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