Adds the specified tags to the specified resource share that you own.
ram_tag_resource(resourceShareArn, tags)
[required] The Amazon Resource Name (ARN) of the resource share.
[required] One or more tags.
svc$tag_resource( resourceShareArn = "string", tags = list( list( key = "string", value = "string" ) ) )