S3BucketDefinitionForJobResponse

data class S3BucketDefinitionForJobResponse(val accountId: String? = null, val buckets: List<String>? = null)

Definition of S3BucketDefinitionForJob

Constructors

Link copied to clipboard
constructor(accountId: String? = null, buckets: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountId: String? = null

The unique identifier for the Amazon Web Services account that owns the buckets.

Link copied to clipboard
val buckets: List<String>? = null

An array that lists the names of the buckets.