class Aws::APIGateway::Types::UpdateVpcLinkRequest
Updates an existing VpcLink
of a specified identifier.
@note When making an API call, you may pass UpdateVpcLinkRequest
data as a hash: { vpc_link_id: "String", # required patch_operations: [ { op: "add", # accepts add, remove, replace, move, copy, test path: "String", value: "String", from: "String", }, ], }
@!attribute [rw] vpc_link_id
\[Required\] The identifier of the VpcLink. It is used in an Integration to reference this VpcLink. @return [String]
@!attribute [rw] patch_operations
A list of update operations to be applied to the specified resource and in the order specified in this list. @return [Array<Types::PatchOperation>]
Constants
- SENSITIVE