Class: Aws::Types::PutSnapshotBlockRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutSnapshotBlockRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#block_data ⇒ ::IO
Returns the value of attribute block_data.
-
#block_index ⇒ ::Integer
Returns the value of attribute block_index.
-
#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.
-
#progress ⇒ ::Integer
Returns the value of attribute progress.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
Instance Attribute Details
#block_data ⇒ ::IO
Returns the value of attribute block_data.
112 113 114 |
# File 'sig/types.rbs', line 112 def block_data @block_data end |
#block_index ⇒ ::Integer
Returns the value of attribute block_index.
111 112 113 |
# File 'sig/types.rbs', line 111 def block_index @block_index end |
#checksum ⇒ ::String
Returns the value of attribute checksum.
115 116 117 |
# File 'sig/types.rbs', line 115 def checksum @checksum end |
#checksum_algorithm ⇒ "SHA256"
Returns the value of attribute checksum_algorithm.
116 117 118 |
# File 'sig/types.rbs', line 116 def checksum_algorithm @checksum_algorithm end |
#data_length ⇒ ::Integer
Returns the value of attribute data_length.
113 114 115 |
# File 'sig/types.rbs', line 113 def data_length @data_length end |
#progress ⇒ ::Integer
Returns the value of attribute progress.
114 115 116 |
# File 'sig/types.rbs', line 114 def progress @progress end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
110 111 112 |
# File 'sig/types.rbs', line 110 def snapshot_id @snapshot_id end |