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