GroupResourcesOutput class

Constructors

GroupResourcesOutput({List<FailedResource>? failed, List<PendingResource>? pending, List<String>? succeeded})
GroupResourcesOutput.fromJson(Map<String, dynamic> json)
factory

Properties

failed List<FailedResource>?
A list of ARNs of any resources that failed to be added to the group by this operation.
final
hashCode int
The hash code for this object.
no setterinherited
pending List<PendingResource>?
A list of ARNs of any resources that are still in the process of being added to the group by this operation. These pending additions continue asynchronously. You can check the status of pending additions by using the ListGroupResources operation, and checking the Resources array in the response and the Status field of each object in that array.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
succeeded List<String>?
A list of ARNs of resources that were successfully added to the group by this operation.
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