CreateVolumeResponse

Describes a volume.

Types

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

Properties

Link copied to clipboard

This parameter is not returned by CreateVolume.

Link copied to clipboard

The Availability Zone for the volume.

Link copied to clipboard

The time stamp when volume creation was initiated.

Link copied to clipboard

Indicates whether the volume is encrypted.

Link copied to clipboard

This parameter is not returned by CreateVolume.

Link copied to clipboard
val iops: Int?

The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.

Link copied to clipboard

The Amazon Resource Name (ARN) of the KMS key that was used to protect the volume encryption key for the volume.

Link copied to clipboard

Indicates whether Amazon EBS Multi-Attach is enabled.

Link copied to clipboard

The service provider that manages the volume.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Outpost.

Link copied to clipboard
val size: Int?

The size of the volume, in GiBs.

Link copied to clipboard

The snapshot from which the volume was created, if applicable.

Link copied to clipboard

This parameter is not returned by CreateVolume.

Link copied to clipboard

The volume state.

Link copied to clipboard
val tags: List<Tag>?

Any tags assigned to the volume.

Link copied to clipboard

The throughput that the volume supports, in MiB/s.

Link copied to clipboard

The ID of the volume.

Link copied to clipboard

The Amazon EBS Provisioned Rate for Volume Initialization (volume initialization rate) specified for the volume during creation, in MiB/s. If no volume initialization rate was specified, the value is null.

Link copied to clipboard

The volume type.

Functions

Link copied to clipboard
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