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.

Constant Summary collapse

SENSITIVE =
[]

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)


4410
4411
4412
4413
4414
# File 'lib/aws-sdk-apigateway/types.rb', line 4410

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