Class: Aws::MQ::Types::ListBrokersOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::ListBrokersOutput
- 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
-
#broker_summaries ⇒ Array<Types::BrokerSummary>
A list of information about all brokers.
-
#next_token ⇒ String
The token that specifies the next page of results Amazon MQ should return.
Instance Attribute Details
#broker_summaries ⇒ Array<Types::BrokerSummary>
A list of information about all brokers.
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_token ⇒ String
The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
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 |