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)


2952
2953
2954
2955
2956
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 2952

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