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.
16540 16541 16542 16543 16544 |
# File 'lib/aws-sdk-ec2/types.rb', line 16540 class DeleteTrafficMirrorTargetResult < Struct.new( :traffic_mirror_target_id) SENSITIVE = [] include Aws::Structure end |