Parent

public struct Parent : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the experiment.

    Declaration

    Swift

    public let experimentName: String?
  • The name of the trial.

    Declaration

    Swift

    public let trialName: String?
  • Undocumented

    Declaration

    Swift

    public init(experimentName: String? = nil, trialName: String? = nil)