VolumeStatusInfo
public struct VolumeStatusInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The details of the volume status.
Declaration
Swift
public let details: [VolumeStatusDetails]? -
The status of the volume.
Declaration
Swift
public let status: VolumeStatusInfoStatus? -
Undocumented
Declaration
Swift
public init(details: [VolumeStatusDetails]? = nil, status: VolumeStatusInfoStatus? = nil)
View on GitHub
VolumeStatusInfo Structure Reference