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

Class: Aws::EC2::Types::TrafficMirrorTarget

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

Overview

Describes a Traffic Mirror target.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Information about the Traffic Mirror target.

Returns:

  • (String)

    Information about the Traffic Mirror target.

#network_interface_idString

The network interface ID that is attached to the target.

Returns:

  • (String)

    The network interface ID that is attached to the target.

#network_load_balancer_arnString

The Amazon Resource Name (ARN) of the Network Load Balancer.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the Network Load Balancer.

#owner_idString

The ID of the account that owns the Traffic Mirror target.

Returns:

  • (String)

    The ID of the account that owns the Traffic Mirror target.

#tagsArray<Types::Tag>

The tags assigned to the Traffic Mirror target.

Returns:

  • (Array<Types::Tag>)

    The tags assigned to the Traffic Mirror target.

#traffic_mirror_target_idString

The ID of the Traffic Mirror target.

Returns:

  • (String)

    The ID of the Traffic Mirror target.

#typeString

The type of Traffic Mirror target.

Possible values:

  • network-interface
  • network-load-balancer

Returns:

  • (String)

    The type of Traffic Mirror target.