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

Class: Aws::MQ::Types::ListConfigurationRevisionsOutput

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

Overview

Returns a list of all revisions for the specified configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_idString

The unique ID that Amazon MQ generates for the configuration.

Returns:

  • (String)

    The unique ID that Amazon MQ generates for the configuration.

#max_resultsInteger

The maximum number of configuration revisions that can be returned per page (20 by default). This value must be an integer from 5 to 100.

Returns:

  • (Integer)

    The maximum number of configuration revisions that can be returned 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.

#revisionsArray<Types::ConfigurationRevision>

The list of all revisions for the specified configuration.

Returns: