ChangedBlock

public struct ChangedBlock : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The block index.

    Declaration

    Swift

    public let blockIndex: Int?
  • The block token for the block index of the FirstSnapshotId specified in the ListChangedBlocks operation. This value is absent if the first snapshot does not have the changed block that is on the second snapshot.

    Declaration

    Swift

    public let firstBlockToken: String?
  • The block token for the block index of the SecondSnapshotId specified in the ListChangedBlocks operation.

    Declaration

    Swift

    public let secondBlockToken: String?
  • Undocumented

    Declaration

    Swift

    public init(blockIndex: Int? = nil, firstBlockToken: String? = nil, secondBlockToken: String? = nil)