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

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

Overview

Returns a list of all configurations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationsArray<Types::Configuration>

The list of all revisions for the specified configuration.

Returns:



2190
2191
2192
2193
2194
2195
2196
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2190

class ListConfigurationsOutput < Struct.new(
  :configurations,
  :max_results,
  :next_token)
  SENSITIVE = []
  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)


2190
2191
2192
2193
2194
2195
2196
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2190

class ListConfigurationsOutput < Struct.new(
  :configurations,
  :max_results,
  :next_token)
  SENSITIVE = []
  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)


2190
2191
2192
2193
2194
2195
2196
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2190

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