Method: Aws::APIGateway::Types::DeleteVpcLinkRequest#vpc_link_id
- Defined in:
- lib/aws-sdk-apigateway/types.rb
permalink #vpc_link_id ⇒ String
[Required] The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.
1940 1941 1942 1943 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1940 class DeleteVpcLinkRequest < Struct.new( :vpc_link_id) include Aws::Structure end |