Class: Aws::MQ::Types::ListConfigurationsRequest

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)


2206
2207
2208
2209
2210
2211
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2206

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

#next_tokenString

Returns:

  • (String)


2206
2207
2208
2209
2210
2211
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2206

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