Class: Aws::APIGateway::Types::GetVpcLinksRequest

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

Overview

Gets the VpcLinks collection under the caller's account in a selected region.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

Returns:

  • (Integer)


3156
3157
3158
3159
3160
3161
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 3156

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

#positionString

The current pagination position in the paged result set.

Returns:

  • (String)


3156
3157
3158
3159
3160
3161
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 3156

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