Class: Aws::EBS::Types::Block
- Inherits:
-
Struct
- Object
- Struct
- Aws::EBS::Types::Block
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ebs/types.rb
Overview
A block of data in an Amazon Elastic Block Store snapshot.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#block_index ⇒ Integer
The block index.
-
#block_token ⇒ String
The block token for the block index.
Instance Attribute Details
#block_index ⇒ Integer
The block index.
43 44 45 46 47 48 |
# File 'lib/aws-sdk-ebs/types.rb', line 43 class Block < Struct.new( :block_index, :block_token) SENSITIVE = [] include Aws::Structure end |
#block_token ⇒ String
The block token for the block index.
43 44 45 46 47 48 |
# File 'lib/aws-sdk-ebs/types.rb', line 43 class Block < Struct.new( :block_index, :block_token) SENSITIVE = [] include Aws::Structure end |