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