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)


3069
3070
3071
3072
3073
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 3069

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