ListConfigurationsResponse class

Constructors

ListConfigurationsResponse({List<Configuration>? configurations, int? maxResults, String? nextToken})
ListConfigurationsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

configurations List<Configuration>?
The list of all revisions for the specified configuration.
final
hashCode int
The hash code for this object.
no setterinherited
maxResults int?
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.
final
nextToken String?
The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited