VolumeModification
public struct VolumeModification : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The modification completion or failure time.
Declaration
Swift
public let endTime: TimeStamp?
-
The current modification state. The modification state is null for unmodified volumes.
Declaration
Swift
public let modificationState: VolumeModificationState?
-
The original IOPS rate of the volume.
Declaration
Swift
public let originalIops: Int?
-
The original size of the volume, in GiB.
Declaration
Swift
public let originalSize: Int?
-
The original EBS volume type of the volume.
Declaration
Swift
public let originalVolumeType: VolumeType?
-
The modification progress, from 0 to 100 percent complete.
Declaration
Swift
public let progress: Int64?
-
The modification start time.
Declaration
Swift
public let startTime: TimeStamp?
-
A status message about the modification progress or failure.
Declaration
Swift
public let statusMessage: String?
-
The target IOPS rate of the volume.
Declaration
Swift
public let targetIops: Int?
-
The target size of the volume, in GiB.
Declaration
Swift
public let targetSize: Int?
-
The target EBS volume type of the volume.
Declaration
Swift
public let targetVolumeType: VolumeType?
-
The ID of the volume.
Declaration
Swift
public let volumeId: String?
-
init(endTime:modificationState:originalIops:originalSize:originalVolumeType:progress:startTime:statusMessage:targetIops:targetSize:targetVolumeType:volumeId:)
Undocumented
Declaration
Swift
public init(endTime: TimeStamp? = nil, modificationState: VolumeModificationState? = nil, originalIops: Int? = nil, originalSize: Int? = nil, originalVolumeType: VolumeType? = nil, progress: Int64? = nil, startTime: TimeStamp? = nil, statusMessage: String? = nil, targetIops: Int? = nil, targetSize: Int? = nil, targetVolumeType: VolumeType? = nil, volumeId: String? = nil)