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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Returns:

  • (Integer)


2076
2077
2078
2079
2080
2081
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2076

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

#next_tokenString

Returns:

  • (String)


2076
2077
2078
2079
2080
2081
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2076

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