Get Annotation Store Result
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)
Properties
Link copied to clipboard
When the store was created.
Link copied to clipboard
A description for the store.
Link copied to clipboard
The store's status.
Link copied to clipboard
The store's status message.
Link copied to clipboard
The store's size in bytes.
Link copied to clipboard
When the store was updated.