Module: Aws::MQ::Client::_ListConfigurationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListConfigurationsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#configurations ⇒ ::Array[Types::Configuration]
372 |
# File 'sig/client.rbs', line 372
def configurations: () -> ::Array[Types::Configuration]
|
#max_results ⇒ ::Integer
373 |
# File 'sig/client.rbs', line 373
def max_results: () -> ::Integer
|
#next_token ⇒ ::String
374 |
# File 'sig/client.rbs', line 374
def next_token: () -> ::String
|