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

Class: Aws::ResourceGroups::Types::UpdateGroupInput

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

Overview

Note:

When passing UpdateGroupInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  group_name: "GroupName",
  group: "GroupString",
  description: "Description",
}

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The new description that you want to update the resource group with. Descriptions can contain letters, numbers, hyphens, underscores, periods, and spaces.

Returns:

  • (String)

    The new description that you want to update the resource group with.

#groupString

The name or the ARN of the resource group to modify.

Returns:

  • (String)

    The name or the ARN of the resource group to modify.

#group_nameString

Don\'t use this parameter. Use Group instead.

Returns:

  • (String)

    Don\'t use this parameter.