Class: Aws::MQ::Types::ListConfigurationsOutput

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

Overview

Returns a list of all configurations.

Instance Attribute Summary collapse

Instance Attribute Details

#configurationsArray<Types::Configuration>

The list of all revisions for the specified configuration.

Returns:



1416
1417
1418
1419
1420
1421
# File 'lib/aws-sdk-mq/types.rb', line 1416

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

#max_resultsInteger

The maximum number of configurations that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100.

Returns:

  • (Integer)


1416
1417
1418
1419
1420
1421
# File 'lib/aws-sdk-mq/types.rb', line 1416

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

#next_tokenString

The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.

Returns:

  • (String)


1416
1417
1418
1419
1420
1421
# File 'lib/aws-sdk-mq/types.rb', line 1416

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