ArtifactLocation
public struct ArtifactLocation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The S3 bucket that contains the artifact.
Declaration
Swift
public let s3Location: S3ArtifactLocation?
-
The type of artifact in the location.
Declaration
Swift
public let type: ArtifactLocationType?
-
Undocumented
Declaration
Swift
public init(s3Location: S3ArtifactLocation? = nil, type: ArtifactLocationType? = nil)