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.
49607 49608 49609 49610 49611 49612 49613 49614 49615 |
# File 'lib/aws-sdk-ec2/types.rb', line 49607 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.
49607 49608 49609 49610 49611 49612 49613 49614 49615 |
# File 'lib/aws-sdk-ec2/types.rb', line 49607 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.
49607 49608 49609 49610 49611 49612 49613 49614 49615 |
# File 'lib/aws-sdk-ec2/types.rb', line 49607 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.
49607 49608 49609 49610 49611 49612 49613 49614 49615 |
# File 'lib/aws-sdk-ec2/types.rb', line 49607 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.
49607 49608 49609 49610 49611 49612 49613 49614 49615 |
# File 'lib/aws-sdk-ec2/types.rb', line 49607 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 |