ExportTaskS3LocationRequest

public struct ExportTaskS3LocationRequest : 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, s3Prefix: String? = nil)