S3ArtifactLocation
public struct S3ArtifactLocation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the S3 bucket.
Declaration
Swift
public let bucketName: String
-
The key of the object in the S3 bucket, which uniquely identifies the object in the bucket.
Declaration
Swift
public let objectKey: String
-
Undocumented
Declaration
Swift
public init(bucketName: String, objectKey: String)