RunCacheListItem

List entry for one run cache.

Types

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

Properties

Link copied to clipboard
val arn: String?

Unique resource identifier for the run cache.

Link copied to clipboard

Default cache behavior for the run cache.

Link copied to clipboard

The S3 uri for the run cache data.

Link copied to clipboard

The time that this run cache was created (an ISO 8601 formatted string).

Link copied to clipboard
val id: String?

The identifier for this run cache.

Link copied to clipboard
val name: String?

The name of the run cache.

Link copied to clipboard

The run cache status.

Functions

Link copied to clipboard
inline fun copy(block: RunCacheListItem.Builder.() -> Unit = {}): RunCacheListItem
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