Class: Aws::APIGateway::Types::VpcLinks
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::VpcLinks
- Includes:
- Structure
- Defined in:
- 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.
6002 6003 6004 6005 6006 6007 |
# File 'lib/aws-sdk-apigateway/types.rb', line 6002 class VpcLinks < Struct.new( :position, :items) SENSITIVE = [] include Aws::Structure end |