ExperimentSource

public struct ExperimentSource : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the source.

    Declaration

    Swift

    public let sourceArn: String
  • The source type.

    Declaration

    Swift

    public let sourceType: String?
  • Undocumented

    Declaration

    Swift

    public init(sourceArn: String, sourceType: String? = nil)