AssociateTrialComponentResponse
public struct AssociateTrialComponentResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the trial.
Declaration
Swift
public let trialArn: String? -
The ARN of the trial component.
Declaration
Swift
public let trialComponentArn: String? -
Undocumented
Declaration
Swift
public init(trialArn: String? = nil, trialComponentArn: String? = nil)
View on GitHub
AssociateTrialComponentResponse Structure Reference