Class: Aws::MQ::Types::BrokerEngineTypeOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb

Overview

Returns a list of broker engine type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#broker_engine_typesArray<Types::BrokerEngineType>

List of available engine types and versions.

Returns:



102
103
104
105
106
107
108
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 102

class BrokerEngineTypeOutput < Struct.new(
  :broker_engine_types,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

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.

Returns:

  • (Integer)


102
103
104
105
106
107
108
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 102

class BrokerEngineTypeOutput < Struct.new(
  :broker_engine_types,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.

Returns:

  • (String)


102
103
104
105
106
107
108
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 102

class BrokerEngineTypeOutput < Struct.new(
  :broker_engine_types,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end