ResourceCountFilters class

Filters the resource count based on account ID, region, and resource type.

Constructors

ResourceCountFilters({String? accountId, String? region, ResourceType? resourceType})

Properties

accountId String?
The 12-digit ID of the account.
final
hashCode int
The hash code for this object.
no setterinherited
region String?
The region where the account is located.
final
resourceType ResourceType?
The type of the AWS resource.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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