Method: Aws::APIGateway::Types::DeleteVpcLinkRequest#vpc_link_id

Defined in:
lib/aws-sdk-apigateway/types.rb

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

Returns:

  • (String)
[View source]

1940
1941
1942
1943
# File 'lib/aws-sdk-apigateway/types.rb', line 1940

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