ListConfigurationRevisionsResponse class

Constructors

ListConfigurationRevisionsResponse({String? configurationId, int? maxResults, String? nextToken, List<ConfigurationRevision>? revisions})
ListConfigurationRevisionsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

configurationId String?
The unique ID that Amazon MQ generates for the configuration.
final
hashCode int
The hash code for this object.
no setterinherited
maxResults int?
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.
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
revisions List<ConfigurationRevision>?
The list of all revisions for the specified configuration.
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