TestGridSessionArtifact
public struct TestGridSessionArtifact : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The file name of the artifact.
Declaration
Swift
public let filename: String?
-
The kind of artifact.
Declaration
Swift
public let type: TestGridSessionArtifactType?
-
A semi-stable URL to the content of the object.
Declaration
Swift
public let url: String?
-
Undocumented
Declaration
Swift
public init(filename: String? = nil, type: TestGridSessionArtifactType? = nil, url: String? = nil)