Class: Aws::ApiGatewayV2::Types::Deployments
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::Deployments
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
A collection resource that contains zero or more references to your existing deployments, and links that guide you on how to interact with your collection. The collection offers a paginated view of the contained deployments.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::Deployment>
The elements from this collection.
-
#next_token ⇒ String
The next page of elements from this collection.
Instance Attribute Details
#items ⇒ Array<Types::Deployment>
The elements from this collection.
2996 2997 2998 2999 3000 3001 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2996 class Deployments < 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.
2996 2997 2998 2999 3000 3001 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2996 class Deployments < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |