You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MQ::Types::BrokerInstanceOptionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::BrokerInstanceOptionsOutput
- Defined in:
- (unknown)
Overview
Returns a list of broker instance options.
Instance Attribute Summary collapse
-
#broker_instance_options ⇒ Array<Types::BrokerInstanceOption>
List of available broker instance options.
-
#max_results ⇒ Integer
Required.
-
#next_token ⇒ String
The token that specifies the next page of results Amazon MQ should return.
Instance Attribute Details
#broker_instance_options ⇒ Array<Types::BrokerInstanceOption>
List of available broker instance options.
#max_results ⇒ Integer
Required. The maximum number of instance options that can be returned per page (20 by default). This value must be an integer from 5 to 100.
#next_token ⇒ String
The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.