Class: Aws::ApiGatewayV2::Types::VpcLinks
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::VpcLinks
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
Represents a collection of VPCLinks.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::VpcLink>
A collection of VPC links.
-
#next_token ⇒ String
The next page of elements from this collection.
Instance Attribute Details
#items ⇒ Array<Types::VpcLink>
A collection of VPC links.
11201 11202 11203 11204 11205 11206 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 11201 class VpcLinks < 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.
11201 11202 11203 11204 11205 11206 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 11201 class VpcLinks < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |