Get Volume Result
data class GetVolumeResult(val arn: String, val availabilityZone: String, val createTime: String, val encrypted: Boolean, val filters: List<GetVolumeFilter>? = null, val id: String, val iops: Int, val kmsKeyId: String, val mostRecent: Boolean? = null, val multiAttachEnabled: Boolean, val outpostArn: String, val size: Int, val snapshotId: String, val tags: Map<String, String>, val throughput: Int, val volumeId: String, val volumeType: String)
A collection of values returned by getVolume.
Constructors
Link copied to clipboard
constructor(arn: String, availabilityZone: String, createTime: String, encrypted: Boolean, filters: List<GetVolumeFilter>? = null, id: String, iops: Int, kmsKeyId: String, mostRecent: Boolean? = null, multiAttachEnabled: Boolean, outpostArn: String, size: Int, snapshotId: String, tags: Map<String, String>, throughput: Int, volumeId: String, volumeType: String)
Properties
Link copied to clipboard
Availability zone where the EBS volume exists.
Link copied to clipboard
Timestamp when volume creation was initiated.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
(Optional) Specifies whether Amazon EBS Multi-Attach is enabled.
Link copied to clipboard
ARN of the Outpost.
Link copied to clipboard
Snapshot_id the EBS volume is based off.
Link copied to clipboard
Throughput that the volume supports, in MiB/s.
Link copied to clipboard
Type of EBS volume.