You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::APIGateway::Types::UpdateVpcLinkRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::APIGateway::Types::UpdateVpcLinkRequest
 
 
- Defined in:
 - (unknown)
 
Overview
    Note:
    
  
When passing UpdateVpcLinkRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  vpc_link_id: "String", # required
  patch_operations: [
    {
      op: "add", # accepts add, remove, replace, move, copy, test
      path: "String",
      value: "String",
      from: "String",
    },
  ],
}
Updates an existing VpcLink of a specified identifier.
Instance Attribute Summary collapse
- 
  
    
      #patch_operations  ⇒ Array<Types::PatchOperation> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of update operations to be applied to the specified resource and in the order specified in this list.
 - 
  
    
      #vpc_link_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
[Required] The identifier of the VpcLink.
 
Instance Attribute Details
#patch_operations ⇒ Array<Types::PatchOperation>
A list of update operations to be applied to the specified resource and in the order specified in this list.
#vpc_link_id ⇒ String
[Required] The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.