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.
      69719 69720 69721 69722 69723 69724 69725 69726 69727 69728 69729 69730  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69719 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.
      69719 69720 69721 69722 69723 69724 69725 69726 69727 69728 69729 69730  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69719 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.
      69719 69720 69721 69722 69723 69724 69725 69726 69727 69728 69729 69730  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69719 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.
      69719 69720 69721 69722 69723 69724 69725 69726 69727 69728 69729 69730  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69719 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.
      69719 69720 69721 69722 69723 69724 69725 69726 69727 69728 69729 69730  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69719 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.
      69719 69720 69721 69722 69723 69724 69725 69726 69727 69728 69729 69730  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69719 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.
      69719 69720 69721 69722 69723 69724 69725 69726 69727 69728 69729 69730  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69719 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.
      69719 69720 69721 69722 69723 69724 69725 69726 69727 69728 69729 69730  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69719 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  |