Class: Aws::EC2::Types::DeleteTrafficMirrorTargetResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DeleteTrafficMirrorTargetResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #traffic_mirror_target_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the deleted Traffic Mirror target.
 
Instance Attribute Details
#traffic_mirror_target_id ⇒ String
The ID of the deleted Traffic Mirror target.
      16703 16704 16705 16706 16707  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 16703 class DeleteTrafficMirrorTargetResult < Struct.new( :traffic_mirror_target_id) SENSITIVE = [] include Aws::Structure end  |