Gets the specified resource shares or all of your resource shares.
ram_get_resource_shares(resourceShareArns, resourceShareStatus,
resourceOwner, name, tagFilters, nextToken, maxResults)
The Amazon Resource Names (ARN) of the resource shares.
The status of the resource share.
[required] The type of owner.
The name of the resource share.
One or more tag filters.
The token for the next page of results.
The maximum number of results to return with a single call. To retrieve
the remaining results, make another call with the returned nextToken
value.
svc$get_resource_shares( resourceShareArns = list( "string" ), resourceShareStatus = "PENDING"|"ACTIVE"|"FAILED"|"DELETING"|"DELETED", resourceOwner = "SELF"|"OTHER-ACCOUNTS", name = "string", tagFilters = list( list( tagKey = "string", tagValues = list( "string" ) ) ), nextToken = "string", maxResults = 123 )