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.
3304 3305 3306 3307 3308 3309 |
# File 'lib/aws-sdk-kms/types.rb', line 3304 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`.
3304 3305 3306 3307 3308 3309 |
# File 'lib/aws-sdk-kms/types.rb', line 3304 class GetKeyPolicyResponse < Struct.new( :policy, :policy_name) SENSITIVE = [] include Aws::Structure end |