ResourceMetadata class

An object representing metadata for a resource.

Constructors

ResourceMetadata({String? arn, DateTime? createdAt, DateTime? lastUpdatedAt, String? uid, int? version})
ResourceMetadata.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The full Amazon Resource Name (ARN) for the resource.
final
createdAt DateTime?
The Unix epoch timestamp in seconds for when the resource was created.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedAt DateTime?
The Unix epoch timestamp in seconds for when the resource was last updated.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid String?
The unique identifier for the resource.
final
version int?
The version of the resource. Resources are created at version 1, and this version is incremented each time they are updated.
final

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