Class: Aws::EBS::Types::ListSnapshotBlocksResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:blocks]

Instance Attribute Summary collapse

Instance Attribute Details

#block_sizeInteger

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

Returns:

  • (Integer)


403
404
405
406
407
408
409
410
411
# File 'gems/aws-sdk-ebs/lib/aws-sdk-ebs/types.rb', line 403

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

#blocksArray<Types::Block>

An array of objects containing information about the blocks.

Returns:



403
404
405
406
407
408
409
410
411
# File 'gems/aws-sdk-ebs/lib/aws-sdk-ebs/types.rb', line 403

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

#expiry_timeTime

The time when the BlockToken expires.

Returns:

  • (Time)


403
404
405
406
407
408
409
410
411
# File 'gems/aws-sdk-ebs/lib/aws-sdk-ebs/types.rb', line 403

class ListSnapshotBlocksResponse < Struct.new(
  :blocks,
  :expiry_time,
  :volume_size,
  :block_size,
  :next_token)
  SENSITIVE = [:blocks]
  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)


403
404
405
406
407
408
409
410
411
# File 'gems/aws-sdk-ebs/lib/aws-sdk-ebs/types.rb', line 403

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

#volume_sizeInteger

The size of the volume in GB.

Returns:

  • (Integer)


403
404
405
406
407
408
409
410
411
# File 'gems/aws-sdk-ebs/lib/aws-sdk-ebs/types.rb', line 403

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