Resource class

Describes a resource associated with a resource share.

Constructors

Resource({String? arn, DateTime? creationTime, DateTime? lastUpdatedTime, String? resourceGroupArn, String? resourceShareArn, ResourceStatus? status, String? statusMessage, String? type})
Resource.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the resource.
final
creationTime DateTime?
The time when the resource was associated with the resource share.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedTime DateTime?
The time when the association was last updated.
final
resourceGroupArn String?
The ARN of the resource group. This value is returned only if the resource is a resource group.
final
resourceShareArn String?
The Amazon Resource Name (ARN) of the resource share.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ResourceStatus?
The status of the resource.
final
statusMessage String?
A message about the status of the resource.
final
type String?
The resource type.
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