RefResource

A structure that contains information about one experiment or launch that uses the specified segment.

Types

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

Properties

Link copied to clipboard
val arn: String?

The ARN of the experiment or launch.

Link copied to clipboard

The day and time that this experiment or launch ended.

Link copied to clipboard

The day and time that this experiment or launch was most recently updated.

Link copied to clipboard

The name of the experiment or launch.

Link copied to clipboard

The day and time that this experiment or launch started.

Link copied to clipboard

The status of the experiment or launch.

Link copied to clipboard

Specifies whether the resource that this structure contains information about is an experiment or a launch.

Functions

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