You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::LocalGatewayVirtualInterfaceGroup

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a local gateway virtual interface group.

Instance Attribute Summary collapse

Instance Attribute Details

#local_gateway_idString

The ID of the local gateway.

Returns:

  • (String)

    The ID of the local gateway.

#local_gateway_virtual_interface_group_idString

The ID of the virtual interface group.

Returns:

  • (String)

    The ID of the virtual interface group.

#local_gateway_virtual_interface_idsArray<String>

The IDs of the virtual interfaces.

Returns:

  • (Array<String>)

    The IDs of the virtual interfaces.

#owner_idString

The AWS account ID that owns the local gateway virtual interface group.

Returns:

  • (String)

    The AWS account ID that owns the local gateway virtual interface group.

#tagsArray<Types::Tag>

The tags assigned to the virtual interface group.

Returns:

  • (Array<Types::Tag>)

    The tags assigned to the virtual interface group.