ListChangedBlocksResponse
public struct ListChangedBlocksResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The size of the block.
Declaration
Swift
public let blockSize: Int?
-
An array of objects containing information about the changed blocks.
Declaration
Swift
public let changedBlocks: [ChangedBlock]?
-
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?
-
Undocumented
Declaration
Swift
public init(blockSize: Int? = nil, changedBlocks: [ChangedBlock]? = nil, expiryTime: TimeStamp? = nil, nextToken: String? = nil, volumeSize: Int64? = nil)