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

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

Overview

A list of information about all brokers.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#broker_summariesArray<Types::BrokerSummary>

A list of information about all brokers.

Returns:



2061
2062
2063
2064
2065
2066
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2061

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


2061
2062
2063
2064
2065
2066
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2061

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