CreateTrafficMirrorTargetResult
public struct CreateTrafficMirrorTargetResult : 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 target.
Declaration
Swift
public let trafficMirrorTarget: TrafficMirrorTarget? -
Undocumented
Declaration
Swift
public init(clientToken: String? = nil, trafficMirrorTarget: TrafficMirrorTarget? = nil)
View on GitHub
CreateTrafficMirrorTargetResult Structure Reference