GetAnnotationStoreResult

data class GetAnnotationStoreResult(val creationTime: String? = null, val description: String? = null, val id: String? = null, val status: AnnotationStoreStoreStatus? = null, val statusMessage: String? = null, val storeArn: String? = null, val storeSizeBytes: Double? = null, val updateTime: String? = null)

Constructors

Link copied to clipboard
constructor(creationTime: String? = null, description: String? = null, id: String? = null, status: AnnotationStoreStoreStatus? = null, statusMessage: String? = null, storeArn: String? = null, storeSizeBytes: Double? = null, updateTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val creationTime: String? = null

When the store was created.

Link copied to clipboard
val description: String? = null

A description for the store.

Link copied to clipboard
val id: String? = null

The store's ID.

Link copied to clipboard

The store's status.

Link copied to clipboard
val statusMessage: String? = null

The store's status message.

Link copied to clipboard
val storeArn: String? = null

The store's ARN.

Link copied to clipboard
val storeSizeBytes: Double? = null

The store's size in bytes.

Link copied to clipboard
val updateTime: String? = null

When the store was updated.