Class: Aws::IAM::Types::GetContextKeysForPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GetContextKeysForPolicyResponse
- Defined in:
- gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful GetContextKeysForPrincipalPolicy or GetContextKeysForCustomPolicy request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#context_key_names ⇒ Array<String>
The list of context keys that are referenced in the input policies.
Instance Attribute Details
#context_key_names ⇒ Array<String>
The list of context keys that are referenced in the input policies.
3103 3104 3105 3106 3107 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3103 class GetContextKeysForPolicyResponse < Struct.new( :context_key_names) SENSITIVE = [] include Aws::Structure end |