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

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

Instance Attribute Details

#context_key_namesArray<String>

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

Returns:

  • (Array<String>)


3100
3101
3102
3103
3104
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3100

class GetContextKeysForPolicyResponse < Struct.new(
  :context_key_names)
  SENSITIVE = []
  include Aws::Structure
end