Class: Aws::MQ::Types::ListBrokersOutput

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

Overview

A list of information about all brokers.

Instance Attribute Summary collapse

Instance Attribute Details

#broker_summariesArray<Types::BrokerSummary>

A list of information about all brokers.

Returns:



1276
1277
1278
1279
1280
# File 'lib/aws-sdk-mq/types.rb', line 1276

class ListBrokersOutput < Struct.new(
  :broker_summaries,
  :next_token)
  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)


1276
1277
1278
1279
1280
# File 'lib/aws-sdk-mq/types.rb', line 1276

class ListBrokersOutput < Struct.new(
  :broker_summaries,
  :next_token)
  include Aws::Structure
end