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”>
- Enable custom authorization][1
-
</div>
[1]: docs.aws.amazon.com/apigateway/latest/developerguide/use-custom-authorizer.html
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.
350 351 352 353 354 |
# File 'lib/aws-sdk-apigateway/types.rb', line 350 class Authorizers < Struct.new( :position, :items) include Aws::Structure end |
#position ⇒ String
350 351 352 353 354 |
# File 'lib/aws-sdk-apigateway/types.rb', line 350 class Authorizers < Struct.new( :position, :items) include Aws::Structure end |