Class: Aws::EC2::Types::TrafficMirrorTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TrafficMirrorTarget
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a Traffic Mirror target.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
Information about the Traffic Mirror target.
-
#gateway_load_balancer_endpoint_id ⇒ String
The ID of the Gateway Load Balancer endpoint.
-
#network_interface_id ⇒ String
The network interface ID that is attached to the target.
-
#network_load_balancer_arn ⇒ String
The Amazon Resource Name (ARN) of the Network Load Balancer.
-
#owner_id ⇒ String
The ID of the account that owns the Traffic Mirror target.
-
#tags ⇒ Array<Types::Tag>
The tags assigned to the Traffic Mirror target.
-
#traffic_mirror_target_id ⇒ String
The ID of the Traffic Mirror target.
-
#type ⇒ String
The type of Traffic Mirror target.
Instance Attribute Details
#description ⇒ String
Information about the Traffic Mirror target.
65201 65202 65203 65204 65205 65206 65207 65208 65209 65210 65211 65212 |
# File 'lib/aws-sdk-ec2/types.rb', line 65201 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_id ⇒ String
The ID of the Gateway Load Balancer endpoint.
65201 65202 65203 65204 65205 65206 65207 65208 65209 65210 65211 65212 |
# File 'lib/aws-sdk-ec2/types.rb', line 65201 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_id ⇒ String
The network interface ID that is attached to the target.
65201 65202 65203 65204 65205 65206 65207 65208 65209 65210 65211 65212 |
# File 'lib/aws-sdk-ec2/types.rb', line 65201 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_arn ⇒ String
The Amazon Resource Name (ARN) of the Network Load Balancer.
65201 65202 65203 65204 65205 65206 65207 65208 65209 65210 65211 65212 |
# File 'lib/aws-sdk-ec2/types.rb', line 65201 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_id ⇒ String
The ID of the account that owns the Traffic Mirror target.
65201 65202 65203 65204 65205 65206 65207 65208 65209 65210 65211 65212 |
# File 'lib/aws-sdk-ec2/types.rb', line 65201 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 |
#tags ⇒ Array<Types::Tag>
The tags assigned to the Traffic Mirror target.
65201 65202 65203 65204 65205 65206 65207 65208 65209 65210 65211 65212 |
# File 'lib/aws-sdk-ec2/types.rb', line 65201 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_id ⇒ String
The ID of the Traffic Mirror target.
65201 65202 65203 65204 65205 65206 65207 65208 65209 65210 65211 65212 |
# File 'lib/aws-sdk-ec2/types.rb', line 65201 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 |
#type ⇒ String
The type of Traffic Mirror target.
65201 65202 65203 65204 65205 65206 65207 65208 65209 65210 65211 65212 |
# File 'lib/aws-sdk-ec2/types.rb', line 65201 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 |