You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MQ::Types::BrokerEngineTypeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::BrokerEngineTypeOutput
- Defined in:
- (unknown)
Overview
Returns a list of broker engine type.
Instance Attribute Summary collapse
-
#broker_engine_types ⇒ Array<Types::BrokerEngineType>
List of available engine types and versions.
-
#max_results ⇒ Integer
Required.
-
#next_token ⇒ String
The token that specifies the next page of results Amazon MQ should return.
Instance Attribute Details
#broker_engine_types ⇒ Array<Types::BrokerEngineType>
List of available engine types and versions.
#max_results ⇒ Integer
Required. The maximum number of engine types 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.