Class: Aws::KMS::Types::GetKeyPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::GetKeyPolicyResponse
- Defined in:
- gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
A key policy document in JSON format.
Instance Attribute Details
#policy ⇒ String
A key policy document in JSON format.
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 |