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.
49767 49768 49769 49770 49771 49772 49773 49774 49775 |
# File 'lib/aws-sdk-ec2/types.rb', line 49767 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.
49767 49768 49769 49770 49771 49772 49773 49774 49775 |
# File 'lib/aws-sdk-ec2/types.rb', line 49767 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.
49767 49768 49769 49770 49771 49772 49773 49774 49775 |
# File 'lib/aws-sdk-ec2/types.rb', line 49767 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.
49767 49768 49769 49770 49771 49772 49773 49774 49775 |
# File 'lib/aws-sdk-ec2/types.rb', line 49767 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.
49767 49768 49769 49770 49771 49772 49773 49774 49775 |
# File 'lib/aws-sdk-ec2/types.rb', line 49767 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 |