You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ResourceGroups::Types::Group

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A resource group that contains AWS resources. You can assign resources to the group by associating either of the following elements with the group:

  • ResourceQuery - Use a resource query to specify a set of tag keys and values. All resources in the same AWS Region and AWS account that have those keys with the same values are included in the group. You can add a resource query when you create the group.

  • GroupConfiguration - Use a service configuration to associate the group with an AWS service. The configuration specifies which resource types can be included in the group.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the resource group.

Returns:

  • (String)

    The description of the resource group.

#group_arnString

The ARN of the resource group.

Returns:

  • (String)

    The ARN of the resource group.

#nameString

The name of the resource group.

Returns:

  • (String)

    The name of the resource group.