Class: Aws::EBS::Types::ListSnapshotBlocksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EBS::Types::ListSnapshotBlocksResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ebs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:blocks]
Instance Attribute Summary collapse
-
#block_size ⇒ Integer
The size of the blocks in the snapshot, in bytes.
-
#blocks ⇒ Array<Types::Block>
An array of objects containing information about the blocks.
-
#expiry_time ⇒ Time
The time when the ‘BlockToken` expires.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#volume_size ⇒ Integer
The size of the volume in GB.
Instance Attribute Details
#block_size ⇒ Integer
The size of the blocks in the snapshot, in bytes.
403 404 405 406 407 408 409 410 411 |
# File '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 |
#blocks ⇒ Array<Types::Block>
An array of objects containing information about the blocks.
403 404 405 406 407 408 409 410 411 |
# File '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_time ⇒ Time
The time when the ‘BlockToken` expires.
403 404 405 406 407 408 409 410 411 |
# File '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_token ⇒ String
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
403 404 405 406 407 408 409 410 411 |
# File '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_size ⇒ Integer
The size of the volume in GB.
403 404 405 406 407 408 409 410 411 |
# File '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 |