ManifestFileLocation
public struct ManifestFileLocation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Amazon S3 bucket.
Declaration
Swift
public let bucket: String
-
Amazon S3 key that identifies an object.
Declaration
Swift
public let key: String
-
Undocumented
Declaration
Swift
public init(bucket: String, key: String)
-
Declaration
Swift
public func validate(name: String) throws