ResourceIdentifier class

The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and (if available) the custom resource name.

Constructors

ResourceIdentifier.new({DateTime? resourceDeletionTime, String? resourceId, String? resourceName, ResourceType? resourceType})
ResourceIdentifier.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
resourceDeletionTime DateTime?
The time that the resource was deleted.
final
resourceId String?
The ID of the resource (for example, sg-xxxxxx).
final
resourceName String?
The custom name of the resource (if available).
final
resourceType ResourceType?
The 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