Class: Aws::IAM::Types::GetContextKeysForPolicyResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#context_key_namesArray<String>

The list of context keys that are referenced in the input policies.

Returns:

  • (Array<String>)


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