S3Resource
public struct S3Resource : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the S3 bucket.
Declaration
Swift
public let bucketName: String -
The prefix of the S3 bucket.
Declaration
Swift
public let prefix: String? -
Undocumented
Declaration
Swift
public init(bucketName: String, prefix: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
S3Resource Structure Reference