TrialComponentSimpleSummary
public struct TrialComponentSimpleSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let createdBy: UserContext?
-
When the component was created.
Declaration
Swift
public let creationTime: TimeStamp?
-
The Amazon Resource Name (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?
-
Undocumented
Declaration
Swift
public init(createdBy: UserContext? = nil, creationTime: TimeStamp? = nil, trialComponentArn: String? = nil, trialComponentName: String? = nil, trialComponentSource: TrialComponentSource? = nil)