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” markdown=“1”> [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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::VpcLink>

The current page of elements from this collection.

Returns:



8333
8334
8335
8336
8337
8338
# File 'lib/aws-sdk-apigateway/types.rb', line 8333

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

#positionString

Returns:

  • (String)


8333
8334
8335
8336
8337
8338
# File 'lib/aws-sdk-apigateway/types.rb', line 8333

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