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 or GetContextKeysForCustomPolicy request.

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>)


2769
2770
2771
2772
# File 'lib/aws-sdk-iam/types.rb', line 2769

class GetContextKeysForPolicyResponse < Struct.new(
  :context_key_names)
  include Aws::Structure
end