TrialSummary
public struct TrialSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
When the trial was created.
Declaration
Swift
public let creationTime: TimeStamp?
-
The name of the trial as displayed. If DisplayName isn’t specified, TrialName is displayed.
Declaration
Swift
public let displayName: String?
-
When the trial was last modified.
Declaration
Swift
public let lastModifiedTime: TimeStamp?
-
The Amazon Resource Name (ARN) of the trial.
Declaration
Swift
public let trialArn: String?
-
The name of the trial.
Declaration
Swift
public let trialName: String?
-
Undocumented
Declaration
Swift
public let trialSource: TrialSource?
-
Undocumented
Declaration
Swift
public init(creationTime: TimeStamp? = nil, displayName: String? = nil, lastModifiedTime: TimeStamp? = nil, trialArn: String? = nil, trialName: String? = nil, trialSource: TrialSource? = nil)