Module: Aws::EBS::Client::_ListSnapshotBlocksResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListSnapshotBlocksResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #block_size ⇒ ::Integer
- #blocks ⇒ ::Array[Types::Block]
- #expiry_time ⇒ ::Time
- #next_token ⇒ ::String
- #volume_size ⇒ ::Integer
Instance Method Details
#block_size ⇒ ::Integer
133 |
# File 'sig/client.rbs', line 133
def block_size: () -> ::Integer
|
#blocks ⇒ ::Array[Types::Block]
130 |
# File 'sig/client.rbs', line 130
def blocks: () -> ::Array[Types::Block]
|
#expiry_time ⇒ ::Time
131 |
# File 'sig/client.rbs', line 131
def expiry_time: () -> ::Time
|
#next_token ⇒ ::String
134 |
# File 'sig/client.rbs', line 134
def next_token: () -> ::String
|
#volume_size ⇒ ::Integer
132 |
# File 'sig/client.rbs', line 132
def volume_size: () -> ::Integer
|