AWSEC2CreateTrafficMirrorTargetResult

Objective-C

@interface AWSEC2CreateTrafficMirrorTargetResult

Swift

class AWSEC2CreateTrafficMirrorTargetResult
  • Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable clientToken;

    Swift

    var clientToken: String? { get set }
  • Information about the Traffic Mirror target.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2TrafficMirrorTarget *_Nullable trafficMirrorTarget;

    Swift

    var trafficMirrorTarget: AWSEC2TrafficMirrorTarget? { get set }