ListResolverRulesResponse class

Constructors

ListResolverRulesResponse({int? maxResults, String? nextToken, List<ResolverRule>? resolverRules})
ListResolverRulesResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
maxResults int?
The value that you specified for MaxResults in the request.
final
nextToken String?
If more than MaxResults Resolver rules match the specified criteria, you can submit another ListResolverRules request to get the next group of results. In the next request, specify the value of NextToken from the previous response.
final
resolverRules List<ResolverRule>?
The Resolver rules that were created using the current AWS account and that match the specified filters, if any.
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