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