ReferenceListItem

A genome reference.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The reference's ARN.

Link copied to clipboard
val creationTime: <Error class: unknown class>

When the reference was created.

Link copied to clipboard

The reference's description.

Link copied to clipboard
val id: String

The reference's ID.

Link copied to clipboard
val md5: String

The reference's MD5 checksum.

Link copied to clipboard
val name: String?

The reference's name.

Link copied to clipboard

The reference's store ID.

Link copied to clipboard

The reference's status.

Link copied to clipboard
val updateTime: <Error class: unknown class>

When the reference was updated.

Functions

Link copied to clipboard
inline fun copy(block: ReferenceListItem.Builder.() -> Unit = {}): ReferenceListItem
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String