Class: Aws::Types::ListChangedBlocksRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListChangedBlocksRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#first_snapshot_id ⇒ ::String
Returns the value of attribute first_snapshot_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#second_snapshot_id ⇒ ::String
Returns the value of attribute second_snapshot_id.
-
#starting_block_index ⇒ ::Integer
Returns the value of attribute starting_block_index.
Instance Attribute Details
#first_snapshot_id ⇒ ::String
Returns the value of attribute first_snapshot_id.
75 76 77 |
# File 'sig/types.rbs', line 75 def first_snapshot_id @first_snapshot_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
78 79 80 |
# File 'sig/types.rbs', line 78 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
77 78 79 |
# File 'sig/types.rbs', line 77 def next_token @next_token end |
#second_snapshot_id ⇒ ::String
Returns the value of attribute second_snapshot_id.
76 77 78 |
# File 'sig/types.rbs', line 76 def second_snapshot_id @second_snapshot_id end |
#starting_block_index ⇒ ::Integer
Returns the value of attribute starting_block_index.
79 80 81 |
# File 'sig/types.rbs', line 79 def starting_block_index @starting_block_index end |