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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes a Traffic Mirror target.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Information about the Traffic Mirror target.

Returns:

  • (String)


64332
64333
64334
64335
64336
64337
64338
64339
64340
64341
64342
64343
# File 'lib/aws-sdk-ec2/types.rb', line 64332

class TrafficMirrorTarget < Struct.new(
  :traffic_mirror_target_id,
  :network_interface_id,
  :network_load_balancer_arn,
  :type,
  :description,
  :owner_id,
  :tags,
  :gateway_load_balancer_endpoint_id)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_load_balancer_endpoint_idString

The ID of the Gateway Load Balancer endpoint.

Returns:

  • (String)


64332
64333
64334
64335
64336
64337
64338
64339
64340
64341
64342
64343
# File 'lib/aws-sdk-ec2/types.rb', line 64332

class TrafficMirrorTarget < Struct.new(
  :traffic_mirror_target_id,
  :network_interface_id,
  :network_load_balancer_arn,
  :type,
  :description,
  :owner_id,
  :tags,
  :gateway_load_balancer_endpoint_id)
  SENSITIVE = []
  include Aws::Structure
end

#network_interface_idString

The network interface ID that is attached to the target.

Returns:

  • (String)


64332
64333
64334
64335
64336
64337
64338
64339
64340
64341
64342
64343
# File 'lib/aws-sdk-ec2/types.rb', line 64332

class TrafficMirrorTarget < Struct.new(
  :traffic_mirror_target_id,
  :network_interface_id,
  :network_load_balancer_arn,
  :type,
  :description,
  :owner_id,
  :tags,
  :gateway_load_balancer_endpoint_id)
  SENSITIVE = []
  include Aws::Structure
end

#network_load_balancer_arnString

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

Returns:

  • (String)


64332
64333
64334
64335
64336
64337
64338
64339
64340
64341
64342
64343
# File 'lib/aws-sdk-ec2/types.rb', line 64332

class TrafficMirrorTarget < Struct.new(
  :traffic_mirror_target_id,
  :network_interface_id,
  :network_load_balancer_arn,
  :type,
  :description,
  :owner_id,
  :tags,
  :gateway_load_balancer_endpoint_id)
  SENSITIVE = []
  include Aws::Structure
end

#owner_idString

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

Returns:

  • (String)


64332
64333
64334
64335
64336
64337
64338
64339
64340
64341
64342
64343
# File 'lib/aws-sdk-ec2/types.rb', line 64332

class TrafficMirrorTarget < Struct.new(
  :traffic_mirror_target_id,
  :network_interface_id,
  :network_load_balancer_arn,
  :type,
  :description,
  :owner_id,
  :tags,
  :gateway_load_balancer_endpoint_id)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags assigned to the Traffic Mirror target.

Returns:



64332
64333
64334
64335
64336
64337
64338
64339
64340
64341
64342
64343
# File 'lib/aws-sdk-ec2/types.rb', line 64332

class TrafficMirrorTarget < Struct.new(
  :traffic_mirror_target_id,
  :network_interface_id,
  :network_load_balancer_arn,
  :type,
  :description,
  :owner_id,
  :tags,
  :gateway_load_balancer_endpoint_id)
  SENSITIVE = []
  include Aws::Structure
end

#traffic_mirror_target_idString

The ID of the Traffic Mirror target.

Returns:

  • (String)


64332
64333
64334
64335
64336
64337
64338
64339
64340
64341
64342
64343
# File 'lib/aws-sdk-ec2/types.rb', line 64332

class TrafficMirrorTarget < Struct.new(
  :traffic_mirror_target_id,
  :network_interface_id,
  :network_load_balancer_arn,
  :type,
  :description,
  :owner_id,
  :tags,
  :gateway_load_balancer_endpoint_id)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of Traffic Mirror target.

Returns:

  • (String)


64332
64333
64334
64335
64336
64337
64338
64339
64340
64341
64342
64343
# File 'lib/aws-sdk-ec2/types.rb', line 64332

class TrafficMirrorTarget < Struct.new(
  :traffic_mirror_target_id,
  :network_interface_id,
  :network_load_balancer_arn,
  :type,
  :description,
  :owner_id,
  :tags,
  :gateway_load_balancer_endpoint_id)
  SENSITIVE = []
  include Aws::Structure
end