TrialSummary

A summary of the properties of a trial. To get the complete set of properties, call the DescribeTrial API and provide the TrialName.

Types

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

Properties

Link copied to clipboard

When the trial was created.

Link copied to clipboard

The name of the trial as displayed. If DisplayName isn't specified, TrialName is displayed.

Link copied to clipboard

When the trial was last modified.

Link copied to clipboard

The Amazon Resource Name (ARN) of the trial.

Link copied to clipboard

The name of the trial.

Link copied to clipboard

The source of the trial.

Functions

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