ResourceInventory class
Details about a resource.
Constructors
- ResourceInventory({String? platform, String? platformVersion, String? resourceArn, String? resourceId, String? resourceOwningAccountId, ResourceType? resourceType})
-
ResourceInventory.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- platform → String?
-
Platform of the resource.
final
- platformVersion → String?
-
Platform version of the resource in the inventory.
final
- resourceArn → String?
-
Amazon Resource Name (ARN) of the resource.
final
- resourceId → String?
-
ID of the resource.
final
- resourceOwningAccountId → String?
-
ID of the account that owns the resource.
final
- resourceType → ResourceType?
-
Type of 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited