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.
68907 68908 68909 68910 68911 68912 68913 68914 68915 68916 68917 68918 |
# File 'lib/aws-sdk-ec2/types.rb', line 68907 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.
68907 68908 68909 68910 68911 68912 68913 68914 68915 68916 68917 68918 |
# File 'lib/aws-sdk-ec2/types.rb', line 68907 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.
68907 68908 68909 68910 68911 68912 68913 68914 68915 68916 68917 68918 |
# File 'lib/aws-sdk-ec2/types.rb', line 68907 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.
68907 68908 68909 68910 68911 68912 68913 68914 68915 68916 68917 68918 |
# File 'lib/aws-sdk-ec2/types.rb', line 68907 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.
68907 68908 68909 68910 68911 68912 68913 68914 68915 68916 68917 68918 |
# File 'lib/aws-sdk-ec2/types.rb', line 68907 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.
68907 68908 68909 68910 68911 68912 68913 68914 68915 68916 68917 68918 |
# File 'lib/aws-sdk-ec2/types.rb', line 68907 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.
68907 68908 68909 68910 68911 68912 68913 68914 68915 68916 68917 68918 |
# File 'lib/aws-sdk-ec2/types.rb', line 68907 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.
68907 68908 68909 68910 68911 68912 68913 68914 68915 68916 68917 68918 |
# File 'lib/aws-sdk-ec2/types.rb', line 68907 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 |