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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

  • (String)


3138
3139
3140
3141
3142
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 3138

class GetVpcLinkRequest < Struct.new(
  :vpc_link_id)
  SENSITIVE = []
  include Aws::Structure
end