Class: Aws::APIGateway::Types::VpcLinks

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#itemsArray<Types::VpcLink>

The current page of elements from this collection.

Returns:



6001
6002
6003
6004
6005
6006
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 6001

class VpcLinks < Struct.new(
  :position,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#positionString

Returns:

  • (String)


6001
6002
6003
6004
6005
6006
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 6001

class VpcLinks < Struct.new(
  :position,
  :items)
  SENSITIVE = []
  include Aws::Structure
end