Class: Aws::EC2::Types::LocalGatewayVirtualInterfaceGroup
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::LocalGatewayVirtualInterfaceGroup
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a local gateway virtual interface group.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #local_gateway_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the local gateway.
 - 
  
    
      #local_gateway_virtual_interface_group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the virtual interface group.
 - 
  
    
      #local_gateway_virtual_interface_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IDs of the virtual interfaces.
 - 
  
    
      #owner_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Amazon Web Services account that owns the local gateway virtual interface group.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags assigned to the virtual interface group.
 
Instance Attribute Details
#local_gateway_id ⇒ String
The ID of the local gateway.
      50273 50274 50275 50276 50277 50278 50279 50280 50281  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 50273 class LocalGatewayVirtualInterfaceGroup < Struct.new( :local_gateway_virtual_interface_group_id, :local_gateway_virtual_interface_ids, :local_gateway_id, :owner_id, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#local_gateway_virtual_interface_group_id ⇒ String
The ID of the virtual interface group.
      50273 50274 50275 50276 50277 50278 50279 50280 50281  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 50273 class LocalGatewayVirtualInterfaceGroup < Struct.new( :local_gateway_virtual_interface_group_id, :local_gateway_virtual_interface_ids, :local_gateway_id, :owner_id, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#local_gateway_virtual_interface_ids ⇒ Array<String>
The IDs of the virtual interfaces.
      50273 50274 50275 50276 50277 50278 50279 50280 50281  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 50273 class LocalGatewayVirtualInterfaceGroup < Struct.new( :local_gateway_virtual_interface_group_id, :local_gateway_virtual_interface_ids, :local_gateway_id, :owner_id, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the local gateway virtual interface group.
      50273 50274 50275 50276 50277 50278 50279 50280 50281  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 50273 class LocalGatewayVirtualInterfaceGroup < Struct.new( :local_gateway_virtual_interface_group_id, :local_gateway_virtual_interface_ids, :local_gateway_id, :owner_id, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
The tags assigned to the virtual interface group.
      50273 50274 50275 50276 50277 50278 50279 50280 50281  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 50273 class LocalGatewayVirtualInterfaceGroup < Struct.new( :local_gateway_virtual_interface_group_id, :local_gateway_virtual_interface_ids, :local_gateway_id, :owner_id, :tags) SENSITIVE = [] include Aws::Structure end  |