GetBucketObjectsResult

data class GetBucketObjectsResult(val bucketName: String, val id: String, val keyPrefix: String? = null, val keyRegex: String? = null, val objects: List<GetBucketObjectsObject>, val outputFile: String? = null)

A collection of values returned by getBucketObjects.

Constructors

Link copied to clipboard
constructor(bucketName: String, id: String, keyPrefix: String? = null, keyRegex: String? = null, objects: List<GetBucketObjectsObject>, outputFile: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val keyPrefix: String? = null
Link copied to clipboard
val keyRegex: String? = null
Link copied to clipboard

A list of bucket objects. Each element contains the following attributes:

Link copied to clipboard
val outputFile: String? = null