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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


64215
64216
64217
64218
64219
64220
64221
64222
64223
64224
64225
64226
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64215

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)


64215
64216
64217
64218
64219
64220
64221
64222
64223
64224
64225
64226
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64215

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)


64215
64216
64217
64218
64219
64220
64221
64222
64223
64224
64225
64226
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64215

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)


64215
64216
64217
64218
64219
64220
64221
64222
64223
64224
64225
64226
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64215

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)


64215
64216
64217
64218
64219
64220
64221
64222
64223
64224
64225
64226
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64215

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:



64215
64216
64217
64218
64219
64220
64221
64222
64223
64224
64225
64226
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64215

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)


64215
64216
64217
64218
64219
64220
64221
64222
64223
64224
64225
64226
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64215

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)


64215
64216
64217
64218
64219
64220
64221
64222
64223
64224
64225
64226
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64215

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