S3Path
public struct S3Path : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the S3 bucket that contains the file.
Declaration
Swift
public let bucket: String
-
The name of the file.
Declaration
Swift
public let key: String
-
Undocumented
Declaration
Swift
public init(bucket: String, key: String)
-
Declaration
Swift
public func validate(name: String) throws