AWSS3AnalyticsS3ExportFileFormat

Objective-C

NS_ENUM(NSInteger, AWSS3AnalyticsS3ExportFileFormat) {
    AWSS3AnalyticsS3ExportFileFormatUnknown,
    AWSS3AnalyticsS3ExportFileFormatCsv,
}

Swift

enum AWSS3AnalyticsS3ExportFileFormat : Int, @unchecked Sendable

Undocumented