Class: Aws::MQ::Types::ListBrokersRequest

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

Overview

Note:

When making an API call, you may pass ListBrokersRequest data as a hash:

{
  max_results: 1,
  next_token: "__string",
}

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Returns:

  • (Integer)


1298
1299
1300
1301
1302
# File 'lib/aws-sdk-mq/types.rb', line 1298

class ListBrokersRequest < Struct.new(
  :max_results,
  :next_token)
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


1298
1299
1300
1301
1302
# File 'lib/aws-sdk-mq/types.rb', line 1298

class ListBrokersRequest < Struct.new(
  :max_results,
  :next_token)
  include Aws::Structure
end