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

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 ListConfigurationsRequest data as a hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Returns:

  • (Integer)


1439
1440
1441
1442
1443
# File 'lib/aws-sdk-mq/types.rb', line 1439

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

#next_tokenString

Returns:

  • (String)


1439
1440
1441
1442
1443
# File 'lib/aws-sdk-mq/types.rb', line 1439

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