Class: Aws::APIGateway::Types::Authorizers
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::Authorizers
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Represents a collection of Authorizer resources.
<div class=“seeAlso” markdown=“1”>
- 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
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::Authorizer>
The current page of elements from this collection.
- #position ⇒ String
Instance Attribute Details
#items ⇒ Array<Types::Authorizer>
The current page of elements from this collection.
405 406 407 408 409 410 |
# File 'lib/aws-sdk-apigateway/types.rb', line 405 class Authorizers < Struct.new( :position, :items) SENSITIVE = [] include Aws::Structure end |
#position ⇒ String
405 406 407 408 409 410 |
# File 'lib/aws-sdk-apigateway/types.rb', line 405 class Authorizers < Struct.new( :position, :items) SENSITIVE = [] include Aws::Structure end |