GetVolumeResponse

Mixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.

Types

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

Properties

Link copied to clipboard

The worker ID of the worker the volume is attached to.

Link copied to clipboard

The Availability Zone ID of the volume.

Link copied to clipboard

The date and time the resource was created.

Link copied to clipboard

The date and time the volume expires and will be deleted.

Link copied to clipboard

The farm ID of the farm that contains the fleet.

Link copied to clipboard

The fleet ID of the fleet that contains the volume.

Link copied to clipboard
val iops: Int?

The IOPS of the volume.

Link copied to clipboard

The date and time the volume was last assigned to a worker.

Link copied to clipboard

The date and time the volume was last released from a worker.

Link copied to clipboard

The volume size in GiB.

Link copied to clipboard

The state of the volume.

Link copied to clipboard

The throughput of the volume in MiB.

Link copied to clipboard

The volume ID.

Link copied to clipboard

The EBS volume type.

Functions

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