You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EBS::Types::ListChangedBlocksResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#block_sizeInteger

The size of the block.

Returns:

  • (Integer)

    The size of the block.

#changed_blocksArray<Types::ChangedBlock>

An array of objects containing information about the changed blocks.

Returns:

  • (Array<Types::ChangedBlock>)

    An array of objects containing information about the changed blocks.

#expiry_timeTime

The time when the BlockToken expires.

Returns:

  • (Time)

    The time when the BlockToken expires.

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)

    The token to use to retrieve the next page of results.

#volume_sizeInteger

The size of the volume in GB.

Returns:

  • (Integer)

    The size of the volume in GB.