Class: Aws::ApiGatewayV2::Types::GetAuthorizersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::GetAuthorizersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #items ⇒ Array<Types::Authorizer>
-
#next_token ⇒ String
The next page of elements from this collection.
Instance Attribute Details
#items ⇒ Array<Types::Authorizer>
3500 3501 3502 3503 3504 3505 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3500 class GetAuthorizersResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The next page of elements from this collection. Not valid for the last element of the collection.
3500 3501 3502 3503 3504 3505 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3500 class GetAuthorizersResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |