TrialComponentSummary
public struct TrialComponentSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Who created the component.
Declaration
Swift
public let createdBy: UserContext?
-
When the component was created.
Declaration
Swift
public let creationTime: TimeStamp?
-
The name of the component as displayed. If DisplayName isn’t specified, TrialComponentName is displayed.
Declaration
Swift
public let displayName: String?
-
When the component ended.
Declaration
Swift
public let endTime: TimeStamp?
-
Who last modified the component.
Declaration
Swift
public let lastModifiedBy: UserContext?
-
When the component was last modified.
Declaration
Swift
public let lastModifiedTime: TimeStamp?
-
When the component started.
Declaration
Swift
public let startTime: TimeStamp?
-
The status of the component. States include: InProgress Completed Failed
Declaration
Swift
public let status: TrialComponentStatus?
-
The ARN of the trial component.
Declaration
Swift
public let trialComponentArn: String?
-
The name of the trial component.
Declaration
Swift
public let trialComponentName: String?
-
Undocumented
Declaration
Swift
public let trialComponentSource: TrialComponentSource?
-
init(createdBy:creationTime:displayName:endTime:lastModifiedBy:lastModifiedTime:startTime:status:trialComponentArn:trialComponentName:trialComponentSource:)
Undocumented
Declaration
Swift
public init(createdBy: UserContext? = nil, creationTime: TimeStamp? = nil, displayName: String? = nil, endTime: TimeStamp? = nil, lastModifiedBy: UserContext? = nil, lastModifiedTime: TimeStamp? = nil, startTime: TimeStamp? = nil, status: TrialComponentStatus? = nil, trialComponentArn: String? = nil, trialComponentName: String? = nil, trialComponentSource: TrialComponentSource? = nil)