ListTrialsResponse
public struct ListTrialsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A token for getting the next set of trials, if there are any.
Declaration
Swift
public let nextToken: String?
-
A list of the summaries of your trials.
Declaration
Swift
public let trialSummaries: [TrialSummary]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, trialSummaries: [TrialSummary]? = nil)