Class: Aws::KMS::Types::GetKeyPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::GetKeyPolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
A key policy document in JSON format.
-
#policy_name ⇒ String
The name of the key policy.
Instance Attribute Details
#policy ⇒ String
A key policy document in JSON format.
3310 3311 3312 3313 3314 3315 |
# File 'lib/aws-sdk-kms/types.rb', line 3310 class GetKeyPolicyResponse < Struct.new( :policy, :policy_name) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
The name of the key policy. The only valid value is ‘default`.
3310 3311 3312 3313 3314 3315 |
# File 'lib/aws-sdk-kms/types.rb', line 3310 class GetKeyPolicyResponse < Struct.new( :policy, :policy_name) SENSITIVE = [] include Aws::Structure end |