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][1
-
or
- GetContextKeysForCustomPolicy][2
-
request.
[1]: docs.aws.amazon.com/IAM/latest/APIReference/API_GetContextKeysForPrincipalPolicy.html [2]: docs.aws.amazon.com/IAM/latest/APIReference/API_GetContextKeysForCustomPolicy.html
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.
3420 3421 3422 3423 3424 |
# File 'lib/aws-sdk-iam/types.rb', line 3420 class GetContextKeysForPolicyResponse < Struct.new( :context_key_names) SENSITIVE = [] include Aws::Structure end |