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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ebs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#block_sizeInteger

The size of the blocks in the snapshot, in bytes.

Returns:

  • (Integer)


326
327
328
329
330
331
332
333
334
# File 'lib/aws-sdk-ebs/types.rb', line 326

class ListChangedBlocksResponse < Struct.new(
  :changed_blocks,
  :expiry_time,
  :volume_size,
  :block_size,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#changed_blocksArray<Types::ChangedBlock>

An array of objects containing information about the changed blocks.

Returns:



326
327
328
329
330
331
332
333
334
# File 'lib/aws-sdk-ebs/types.rb', line 326

class ListChangedBlocksResponse < Struct.new(
  :changed_blocks,
  :expiry_time,
  :volume_size,
  :block_size,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#expiry_timeTime

The time when the ‘BlockToken` expires.

Returns:

  • (Time)


326
327
328
329
330
331
332
333
334
# File 'lib/aws-sdk-ebs/types.rb', line 326

class ListChangedBlocksResponse < Struct.new(
  :changed_blocks,
  :expiry_time,
  :volume_size,
  :block_size,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#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)


326
327
328
329
330
331
332
333
334
# File 'lib/aws-sdk-ebs/types.rb', line 326

class ListChangedBlocksResponse < Struct.new(
  :changed_blocks,
  :expiry_time,
  :volume_size,
  :block_size,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#volume_sizeInteger

The size of the volume in GB.

Returns:

  • (Integer)


326
327
328
329
330
331
332
333
334
# File 'lib/aws-sdk-ebs/types.rb', line 326

class ListChangedBlocksResponse < Struct.new(
  :changed_blocks,
  :expiry_time,
  :volume_size,
  :block_size,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end