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
- Struct
- Aws::MQ::Types::ListConfigurationsOutput
- Defined in:
- (unknown)
Overview
Returns a list of all configurations.
Instance Attribute Summary collapse
-
#configurations ⇒ Array<Types::Configuration>
The list of all revisions for the specified configuration.
-
#max_results ⇒ Integer
The maximum number of configurations that Amazon MQ can return per page (20 by default).
-
#next_token ⇒ String
The token that specifies the next page of results Amazon MQ should return.
Instance Attribute Details
#configurations ⇒ Array<Types::Configuration>
The list of all revisions for the specified configuration.
#max_results ⇒ Integer
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.
#next_token ⇒ String
The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.