Module: Aws::Comprehend::Client::_ListFlywheelIterationHistoryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListFlywheelIterationHistoryResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #flywheel_iteration_properties_list ⇒ ::Array[Types::FlywheelIterationProperties]
- #next_token ⇒ ::String
Instance Method Details
#flywheel_iteration_properties_list ⇒ ::Array[Types::FlywheelIterationProperties]
907 |
# File 'sig/client.rbs', line 907
def flywheel_iteration_properties_list: () -> ::Array[Types::FlywheelIterationProperties]
|
#next_token ⇒ ::String
908 |
# File 'sig/client.rbs', line 908
def next_token: () -> ::String
|