Class: Aws::Types::CompleteSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::CompleteSnapshotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#changed_blocks_count ⇒ ::Integer
Returns the value of attribute changed_blocks_count.
-
#checksum ⇒ ::String
Returns the value of attribute checksum.
-
#checksum_aggregation_method ⇒ "LINEAR"
Returns the value of attribute checksum_aggregation_method.
-
#checksum_algorithm ⇒ "SHA256"
Returns the value of attribute checksum_algorithm.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
Instance Attribute Details
#changed_blocks_count ⇒ ::Integer
Returns the value of attribute changed_blocks_count.
32 33 34 |
# File 'sig/types.rbs', line 32 def changed_blocks_count @changed_blocks_count end |
#checksum ⇒ ::String
Returns the value of attribute checksum.
33 34 35 |
# File 'sig/types.rbs', line 33 def checksum @checksum end |
#checksum_aggregation_method ⇒ "LINEAR"
Returns the value of attribute checksum_aggregation_method.
35 36 37 |
# File 'sig/types.rbs', line 35 def checksum_aggregation_method @checksum_aggregation_method end |
#checksum_algorithm ⇒ "SHA256"
Returns the value of attribute checksum_algorithm.
34 35 36 |
# File 'sig/types.rbs', line 34 def checksum_algorithm @checksum_algorithm end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
31 32 33 |
# File 'sig/types.rbs', line 31 def snapshot_id @snapshot_id end |