AssetSourceEntry
public struct AssetSourceEntry : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The S3 bucket that’s part of the source of the asset.
Declaration
Swift
public let bucket: String
-
The name of the object in Amazon S3 for the asset.
Declaration
Swift
public let key: String
-
Undocumented
Declaration
Swift
public init(bucket: String, key: String)