ListSnapshotBlocksResponse
public struct ListSnapshotBlocksResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of objects containing information about the blocks.
Declaration
Swift
public let blocks: [Block]?
-
The size of the block.
Declaration
Swift
public let blockSize: Int?
-
The time when the BlockToken expires.
Declaration
Swift
public let expiryTime: TimeStamp?
-
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
Declaration
Swift
public let nextToken: String?
-
The size of the volume in GB.
Declaration
Swift
public let volumeSize: Int64?