GetOutcomesResult
public struct GetOutcomesResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The next page token for subsequent requests.
Declaration
Swift
public let nextToken: String?
-
The outcomes.
Declaration
Swift
public let outcomes: [Outcome]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, outcomes: [Outcome]? = nil)