Class: Aws::APIGateway::Types::GetVpcLinkRequest

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

Overview

Note:

When making an API call, you may pass GetVpcLinkRequest data as a hash:

{
  vpc_link_id: "String", # required
}

Gets a specified VPC link under the caller’s account in a region.

Instance Attribute Summary collapse

Instance Attribute Details

[Required] The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.

Returns:

  • (String)


4307
4308
4309
4310
# File 'lib/aws-sdk-apigateway/types.rb', line 4307

class GetVpcLinkRequest < Struct.new(
  :vpc_link_id)
  include Aws::Structure
end