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 key policy document in JSON format.

Returns:

  • (String)


1086
1087
1088
1089
# File 'lib/aws-sdk-kms/types.rb', line 1086

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