You are viewing documentation for version 3 of the AWS SDK for Ruby. Version 2 documentation can be found here.
Class: Aws::ApiGatewayV2::Types::GetStagesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::GetStagesResponse
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::Stage>
-
#next_token ⇒ String
The next page of elements from this collection.
Instance Attribute Details
#items ⇒ Array<Types::Stage>
4281 4282 4283 4284 4285 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4281 class GetStagesResponse < Struct.new( :items, :next_token) include Aws::Structure end |
#next_token ⇒ String
The next page of elements from this collection. Not valid for the last element of the collection.
4281 4282 4283 4284 4285 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4281 class GetStagesResponse < Struct.new( :items, :next_token) include Aws::Structure end |