class Aws::ResourceGroups::Types::GroupResourcesInput

@note When making an API call, you may pass GroupResourcesInput

data as a hash:

    {
      group: "GroupString", # required
      resource_arns: ["ResourceArn"], # required
    }

@!attribute [rw] group

The name or the ARN of the resource group to add resources to.
@return [String]

@!attribute [rw] resource_arns

The list of ARNs for resources to be added to the group.
@return [Array<String>]

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

Constants

SENSITIVE