Class: Aws::ApiGatewayV2::Types::Stages
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::Stages
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Overview
A collection of Stage resources that are associated with the ApiKey resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::Stage>
The elements from this collection.
-
#next_token ⇒ String
The next page of elements from this collection.
Instance Attribute Details
#items ⇒ Array<Types::Stage>
The elements from this collection.
8153 8154 8155 8156 8157 8158 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 8153 class Stages < 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.
8153 8154 8155 8156 8157 8158 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 8153 class Stages < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |