Module: Aws::MQ::Client::_DescribeBrokerInstanceOptionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeBrokerInstanceOptionsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #broker_instance_options ⇒ ::Array[Types::BrokerInstanceOption]
- #max_results ⇒ ::Integer
- #next_token ⇒ ::String
Instance Method Details
#broker_instance_options ⇒ ::Array[Types::BrokerInstanceOption]
271 |
# File 'sig/client.rbs', line 271
def broker_instance_options: () -> ::Array[Types::BrokerInstanceOption]
|
#max_results ⇒ ::Integer
272 |
# File 'sig/client.rbs', line 272
def max_results: () -> ::Integer
|
#next_token ⇒ ::String
273 |
# File 'sig/client.rbs', line 273
def next_token: () -> ::String
|