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.
46909 46910 46911 46912 46913 46914 46915 46916 46917 |
# File 'lib/aws-sdk-ec2/types.rb', line 46909 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.
46909 46910 46911 46912 46913 46914 46915 46916 46917 |
# File 'lib/aws-sdk-ec2/types.rb', line 46909 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.
46909 46910 46911 46912 46913 46914 46915 46916 46917 |
# File 'lib/aws-sdk-ec2/types.rb', line 46909 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.
46909 46910 46911 46912 46913 46914 46915 46916 46917 |
# File 'lib/aws-sdk-ec2/types.rb', line 46909 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.
46909 46910 46911 46912 46913 46914 46915 46916 46917 |
# File 'lib/aws-sdk-ec2/types.rb', line 46909 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 |