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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#broker_summariesArray<Types::BrokerSummary>

A list of information about all brokers.

Returns:



2078
2079
2080
2081
2082
2083
# File 'lib/aws-sdk-mq/types.rb', line 2078

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)


2078
2079
2080
2081
2082
2083
# File 'lib/aws-sdk-mq/types.rb', line 2078

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