Class: Aws::MQ::Types::ListUsersRequest

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

#broker_idString

Returns:

  • (String)


2298
2299
2300
2301
2302
2303
2304
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2298

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

#max_resultsInteger

Returns:

  • (Integer)


2298
2299
2300
2301
2302
2303
2304
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2298

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

#next_tokenString

Returns:

  • (String)


2298
2299
2300
2301
2302
2303
2304
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2298

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