UpdateTrialRequest
public struct UpdateTrialRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the trial as displayed. The name doesn’t need to be unique. If DisplayName isn’t specified, TrialName is displayed.
Declaration
Swift
public let displayName: String?
-
The name of the trial to update.
Declaration
Swift
public let trialName: String
-
Undocumented
Declaration
Swift
public init(displayName: String? = nil, trialName: String)
-
Declaration
Swift
public func validate(name: String) throws