TrialComponentArtifact

public struct TrialComponentArtifact : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The media type of the artifact, which indicates the type of data in the artifact file. The media type consists of a type and a subtype concatenated with a slash (/) character, for example, text/csv, image/jpeg, and s3/uri. The type specifies the category of the media. The subtype specifies the kind of data.

    Declaration

    Swift

    public let mediaType: String?
  • The location of the artifact.

    Declaration

    Swift

    public let value: String
  • Undocumented

    Declaration

    Swift

    public init(mediaType: String? = nil, value: String)
  • Declaration

    Swift

    public func validate(name: String) throws