ScheduledQueryRecentlyFailedRunErrorReportLocationS3ReportLocation

data class ScheduledQueryRecentlyFailedRunErrorReportLocationS3ReportLocation(val bucketName: String? = null, val objectKey: String? = null)

Constructors

constructor(bucketName: String? = null, objectKey: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bucketName: String? = null

S3 bucket name.

Link copied to clipboard
val objectKey: String? = null

S3 key.