Class: Aws::EC2::Types::CreateLocalGatewayVirtualInterfaceResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::CreateLocalGatewayVirtualInterfaceResult
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #local_gateway_virtual_interface  ⇒ Types::LocalGatewayVirtualInterface 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about the local gateway virtual interface. 
Instance Attribute Details
#local_gateway_virtual_interface ⇒ Types::LocalGatewayVirtualInterface
Information about the local gateway virtual interface.
| 11791 11792 11793 11794 11795 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 11791 class CreateLocalGatewayVirtualInterfaceResult < Struct.new( :local_gateway_virtual_interface) SENSITIVE = [] include Aws::Structure end |