class Aws::ResourceGroups::Types::UngroupResourcesInput

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

data as a hash:

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

@!attribute [rw] group

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

@!attribute [rw] resource_arns

The ARNs of the resources to be removed from the group.
@return [Array<String>]

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

Constants

SENSITIVE