CreateFlowLogsResult
public struct CreateFlowLogsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
Declaration
Swift
public let clientToken: String?
-
The IDs of the flow logs.
Declaration
Swift
public let flowLogIds: [String]?
-
Information about the flow logs that could not be created successfully.
Declaration
Swift
public let unsuccessful: [UnsuccessfulItem]?
-
Undocumented
Declaration
Swift
public init(clientToken: String? = nil, flowLogIds: [String]? = nil, unsuccessful: [UnsuccessfulItem]? = nil)