You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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:

#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)

    The maximum number of configurations that Amazon MQ can return per page (20 by default).

#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)

    The token that specifies the next page of results Amazon MQ should return.