Experiment
public struct Experiment : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let createdBy: UserContext? -
When the experiment was created.
Declaration
Swift
public let creationTime: TimeStamp? -
The description of the experiment.
Declaration
Swift
public let description: String? -
The name of the experiment as displayed. If DisplayName isn’t specified, ExperimentName is displayed.
Declaration
Swift
public let displayName: String? -
The Amazon Resource Name (ARN) of the experiment.
Declaration
Swift
public let experimentArn: String? -
The name of the experiment.
Declaration
Swift
public let experimentName: String? -
Undocumented
Declaration
Swift
public let lastModifiedBy: UserContext? -
When the experiment was last modified.
Declaration
Swift
public let lastModifiedTime: TimeStamp? -
Undocumented
Declaration
Swift
public let source: ExperimentSource? -
The list of tags that are associated with the experiment. You can use Search API to search on the tags.
Declaration
Swift
public let tags: [Tag]? -
init(createdBy:creationTime:description:displayName:experimentArn:experimentName:lastModifiedBy:lastModifiedTime:source:tags:)Undocumented
Declaration
Swift
public init(createdBy: UserContext? = nil, creationTime: TimeStamp? = nil, description: String? = nil, displayName: String? = nil, experimentArn: String? = nil, experimentName: String? = nil, lastModifiedBy: UserContext? = nil, lastModifiedTime: TimeStamp? = nil, source: ExperimentSource? = nil, tags: [Tag]? = nil)
View on GitHub
Experiment Structure Reference