Class: Aws::APIGateway::Types::DeleteVpcLinkRequest

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

Overview

Deletes an existing VpcLink of a specified identifier.

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)


1577
1578
1579
1580
1581
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1577

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