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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigateway/types.rb

Overview

The collection of VPC links under the caller’s account in a region.

<div class=“seeAlso”> [Getting Started with Private Integrations], [Set up Private Integrations] </div>

[1]: docs.aws.amazon.com/apigateway/latest/developerguide/getting-started-with-private-integration.html [2]: docs.aws.amazon.com/apigateway/latest/developerguide/set-up-private-integration.html

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::VpcLink>

The current page of elements from this collection.

Returns:


7687
7688
7689
7690
7691
# File 'lib/aws-sdk-apigateway/types.rb', line 7687

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

#positionString

Returns:

  • (String)

7687
7688
7689
7690
7691
# File 'lib/aws-sdk-apigateway/types.rb', line 7687

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