Class: Aws::Types::GetSnapshotBlockResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSnapshotBlockResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#block_data ⇒ ::IO
Returns the value of attribute block_data.
-
#checksum ⇒ ::String
Returns the value of attribute checksum.
-
#checksum_algorithm ⇒ "SHA256"
Returns the value of attribute checksum_algorithm.
-
#data_length ⇒ ::Integer
Returns the value of attribute data_length.
Instance Attribute Details
#block_data ⇒ ::IO
Returns the value of attribute block_data.
63 64 65 |
# File 'sig/types.rbs', line 63 def block_data @block_data end |
#checksum ⇒ ::String
Returns the value of attribute checksum.
64 65 66 |
# File 'sig/types.rbs', line 64 def checksum @checksum end |
#checksum_algorithm ⇒ "SHA256"
Returns the value of attribute checksum_algorithm.
65 66 67 |
# File 'sig/types.rbs', line 65 def checksum_algorithm @checksum_algorithm end |
#data_length ⇒ ::Integer
Returns the value of attribute data_length.
62 63 64 |
# File 'sig/types.rbs', line 62 def data_length @data_length end |