CreateTrafficMirrorSessionResult
public struct CreateTrafficMirrorSessionResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
Declaration
Swift
public let clientToken: String? -
Information about the Traffic Mirror session.
Declaration
Swift
public let trafficMirrorSession: TrafficMirrorSession? -
Undocumented
Declaration
Swift
public init(clientToken: String? = nil, trafficMirrorSession: TrafficMirrorSession? = nil)
View on GitHub
CreateTrafficMirrorSessionResult Structure Reference