class Aws::ResourceGroups::Types::GroupResourcesOutput

@!attribute [rw] succeeded

A list of ARNs of resources that were successfully added to the
group by this operation.
@return [Array<String>]

@!attribute [rw] failed

A list of ARNs of any resources that failed to be added to the group
by this operation.
@return [Array<Types::FailedResource>]

@!attribute [rw] pending

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.
@return [Array<Types::PendingResource>]

@see docs.aws.amazon.com/goto/WebAPI/resource-groups-2017-11-27/GroupResourcesOutput AWS API Documentation

Constants

SENSITIVE