ExportTaskS3Location
public struct ExportTaskS3Location : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The destination Amazon S3 bucket.
Declaration
Swift
public let s3Bucket: String? -
The prefix (logical hierarchy) in the bucket.
Declaration
Swift
public let s3Prefix: String? -
Undocumented
Declaration
Swift
public init(s3Bucket: String? = nil, s3Prefix: String? = nil)
View on GitHub
ExportTaskS3Location Structure Reference