AWSEC2CreateTrafficMirrorSessionResult

Objective-C

@interface AWSEC2CreateTrafficMirrorSessionResult

Swift

class AWSEC2CreateTrafficMirrorSessionResult
  • 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 session.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2TrafficMirrorSession *_Nullable trafficMirrorSession;

    Swift

    var trafficMirrorSession: AWSEC2TrafficMirrorSession? { get set }