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]
268 |
# File 'sig/client.rbs', line 268
def broker_instance_options: () -> ::Array[Types::BrokerInstanceOption]
|
#max_results ⇒ ::Integer
269 |
# File 'sig/client.rbs', line 269
def max_results: () -> ::Integer
|
#next_token ⇒ ::String
270 |
# File 'sig/client.rbs', line 270
def next_token: () -> ::String
|