Class: Aws::EC2::Types::DescribeTrafficMirrorTargetsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DescribeTrafficMirrorTargetsResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to use to retrieve the next page of results.
 - 
  
    
      #traffic_mirror_targets  ⇒ Array<Types::TrafficMirrorTarget> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about one or more Traffic Mirror targets.
 
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results. The value is ‘null` when there are no more results to return.
      27861 27862 27863 27864 27865 27866  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 27861 class DescribeTrafficMirrorTargetsResult < Struct.new( :traffic_mirror_targets, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#traffic_mirror_targets ⇒ Array<Types::TrafficMirrorTarget>
Information about one or more Traffic Mirror targets.
      27861 27862 27863 27864 27865 27866  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 27861 class DescribeTrafficMirrorTargetsResult < Struct.new( :traffic_mirror_targets, :next_token) SENSITIVE = [] include Aws::Structure end  |