Class: Aws::Types::ListChangedBlocksResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListChangedBlocksResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#block_size ⇒ ::Integer
Returns the value of attribute block_size.
-
#changed_blocks ⇒ ::Array[Types::ChangedBlock]
Returns the value of attribute changed_blocks.
-
#expiry_time ⇒ ::Time
Returns the value of attribute expiry_time.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
Instance Attribute Details
#block_size ⇒ ::Integer
Returns the value of attribute block_size.
87 88 89 |
# File 'sig/types.rbs', line 87 def block_size @block_size end |
#changed_blocks ⇒ ::Array[Types::ChangedBlock]
Returns the value of attribute changed_blocks.
84 85 86 |
# File 'sig/types.rbs', line 84 def changed_blocks @changed_blocks end |
#expiry_time ⇒ ::Time
Returns the value of attribute expiry_time.
85 86 87 |
# File 'sig/types.rbs', line 85 def expiry_time @expiry_time end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
88 89 90 |
# File 'sig/types.rbs', line 88 def next_token @next_token end |
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
86 87 88 |
# File 'sig/types.rbs', line 86 def volume_size @volume_size end |