Class: Aws::APIGateway::Types::VpcLinks
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::VpcLinks
- Defined in:
- gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb
Overview
The collection of VPC links under the caller's account in a region.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::VpcLink>
The current page of elements from this collection.
-
#position ⇒ String
Instance Attribute Details
#items ⇒ Array<Types::VpcLink>
The current page of elements from this collection.
6212 6213 6214 6215 6216 6217 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 6212 class VpcLinks < Struct.new( :position, :items) SENSITIVE = [] include Aws::Structure end |