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