ResourceDetail class

Information about a resource.

Constructors

ResourceDetail({String? arn, DateTime? createdTime, String? description, String? id, String? name})
ResourceDetail.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The ARN of the resource.
final
createdTime DateTime?
The creation time of the resource.
final
description String?
The description of the resource.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The identifier of the resource.
final
name String?
The name of the 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