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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Returns:

  • (Integer)


2261
2262
2263
2264
2265
2266
# File 'lib/aws-sdk-mq/types.rb', line 2261

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

#next_tokenString

Returns:

  • (String)


2261
2262
2263
2264
2265
2266
# File 'lib/aws-sdk-mq/types.rb', line 2261

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