GetSpacesBucketObjectsResult

data class GetSpacesBucketObjectsResult(val bucket: String, val commonPrefixes: List<String>, val delimiter: String? = null, val encodingType: String? = null, val id: String, val keys: List<String>, val maxKeys: Int? = null, val owners: List<String>, val prefix: String? = null, val region: String)

A collection of values returned by getSpacesBucketObjects.

Constructors

Link copied to clipboard
constructor(bucket: String, commonPrefixes: List<String>, delimiter: String? = null, encodingType: String? = null, id: String, keys: List<String>, maxKeys: Int? = null, owners: List<String>, prefix: String? = null, region: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

List of any keys between prefix and the next occurrence of delimiter (i.e., similar to subdirectories of the prefix "directory"); the list is only returned when you specify delimiter

Link copied to clipboard
val delimiter: String? = null
Link copied to clipboard
val encodingType: String? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

List of strings representing object keys

Link copied to clipboard
val maxKeys: Int? = null
Link copied to clipboard

List of strings representing object owner IDs

Link copied to clipboard
val prefix: String? = null
Link copied to clipboard