Class: Aws::APIGateway::Types::GetVpcLinksRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GetVpcLinksRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Note:
When making an API call, you may pass GetVpcLinksRequest data as a hash:
{
position: "String",
limit: 1,
}
Gets the VpcLinks collection under the caller’s account in a selected region.
Instance Attribute Summary collapse
-
#limit ⇒ Integer
The maximum number of returned results per page.
-
#position ⇒ String
The current pagination position in the paged result set.
Instance Attribute Details
#limit ⇒ Integer
The maximum number of returned results per page.
4109 4110 4111 4112 4113 |
# File 'lib/aws-sdk-apigateway/types.rb', line 4109 class GetVpcLinksRequest < Struct.new( :position, :limit) include Aws::Structure end |
#position ⇒ String
The current pagination position in the paged result set.
4109 4110 4111 4112 4113 |
# File 'lib/aws-sdk-apigateway/types.rb', line 4109 class GetVpcLinksRequest < Struct.new( :position, :limit) include Aws::Structure end |