ListResolverRuleAssociationsResponse class

Constructors

ListResolverRuleAssociationsResponse({int? maxResults, String? nextToken, List<ResolverRuleAssociation>? resolverRuleAssociations})
ListResolverRuleAssociationsResponse.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 rule associations match the specified criteria, you can submit another ListResolverRuleAssociation request to get the next group of results. In the next request, specify the value of NextToken from the previous response.
final
resolverRuleAssociations List<ResolverRuleAssociation>?
The associations that were created between Resolver rules and VPCs 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