Class: Aws::IAM::Types::GetContextKeysForPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GetContextKeysForPolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful GetContextKeysForPrincipalPolicy or GetContextKeysForCustomPolicy request.
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.
2769 2770 2771 2772 |
# File 'lib/aws-sdk-iam/types.rb', line 2769 class GetContextKeysForPolicyResponse < Struct.new( :context_key_names) include Aws::Structure end |