Module: Aws::EBS::Client::_ListChangedBlocksResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListChangedBlocksResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #block_size ⇒ ::Integer
- #changed_blocks ⇒ ::Array[Types::ChangedBlock]
- #expiry_time ⇒ ::Time
- #next_token ⇒ ::String
- #volume_size ⇒ ::Integer
Instance Method Details
#block_size ⇒ ::Integer
115 |
# File 'sig/client.rbs', line 115
def block_size: () -> ::Integer
|
#changed_blocks ⇒ ::Array[Types::ChangedBlock]
112 |
# File 'sig/client.rbs', line 112
def changed_blocks: () -> ::Array[Types::ChangedBlock]
|
#expiry_time ⇒ ::Time
113 |
# File 'sig/client.rbs', line 113
def expiry_time: () -> ::Time
|
#next_token ⇒ ::String
116 |
# File 'sig/client.rbs', line 116
def next_token: () -> ::String
|
#volume_size ⇒ ::Integer
114 |
# File 'sig/client.rbs', line 114
def volume_size: () -> ::Integer
|