Class: Aws::APIGateway::Types::Authorizers

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigateway/types.rb

Overview

Represents a collection of Authorizer resources.

<div class=“seeAlso”>

Use Lambda Function as Authorizer][1

[Use Cognito User Pool as

Authorizer] </div>

[1]: docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-use-lambda-authorizer.html [2]: docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-integrate-with-cognito.html

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::Authorizer>

The current page of elements from this collection.

Returns:



393
394
395
396
397
# File 'lib/aws-sdk-apigateway/types.rb', line 393

class Authorizers < Struct.new(
  :position,
  :items)
  include Aws::Structure
end

#positionString

Returns:

  • (String)


393
394
395
396
397
# File 'lib/aws-sdk-apigateway/types.rb', line 393

class Authorizers < Struct.new(
  :position,
  :items)
  include Aws::Structure
end