You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DirectConnect::Types::ConfirmPrivateVirtualInterfaceRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DirectConnect::Types::ConfirmPrivateVirtualInterfaceRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
  When passing ConfirmPrivateVirtualInterfaceRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  virtual_interface_id: "VirtualInterfaceId", # required
  virtual_gateway_id: "VirtualGatewayId",
  direct_connect_gateway_id: "DirectConnectGatewayId",
}
Instance Attribute Summary collapse
- 
  
    
      #direct_connect_gateway_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the Direct Connect gateway. 
- 
  
    
      #virtual_gateway_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the virtual private gateway. 
- 
  
    
      #virtual_interface_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the virtual interface. 
Instance Attribute Details
#direct_connect_gateway_id ⇒ String
The ID of the Direct Connect gateway.
#virtual_gateway_id ⇒ String
The ID of the virtual private gateway.
#virtual_interface_id ⇒ String
The ID of the virtual interface.