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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

A policy document in JSON format.

Returns:

  • (String)


1010
1011
1012
1013
# File 'lib/aws-sdk-kms/types.rb', line 1010

class GetKeyPolicyResponse < Struct.new(
  :policy)
  include Aws::Structure
end