Class: Aws::EC2::Types::CreateTrafficMirrorTargetResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateTrafficMirrorTargetResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#traffic_mirror_target ⇒ Types::TrafficMirrorTarget
Information about the Traffic Mirror target.
Instance Attribute Details
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see [How to ensure idempotency].
[1]: docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
12289 12290 12291 12292 12293 12294 |
# File 'lib/aws-sdk-ec2/types.rb', line 12289 class CreateTrafficMirrorTargetResult < Struct.new( :traffic_mirror_target, :client_token) SENSITIVE = [] include Aws::Structure end |
#traffic_mirror_target ⇒ Types::TrafficMirrorTarget
Information about the Traffic Mirror target.
12289 12290 12291 12292 12293 12294 |
# File 'lib/aws-sdk-ec2/types.rb', line 12289 class CreateTrafficMirrorTargetResult < Struct.new( :traffic_mirror_target, :client_token) SENSITIVE = [] include Aws::Structure end |