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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


1415
1416
1417
1418
1419
1420
1421
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1415

class UpdateGroupInput < Struct.new(
  :group_name,
  :group,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#groupString

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

Returns:

  • (String)


1415
1416
1417
1418
1419
1420
1421
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1415

class UpdateGroupInput < Struct.new(
  :group_name,
  :group,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#group_nameString

Don't use this parameter. Use Group instead.

Returns:

  • (String)


1415
1416
1417
1418
1419
1420
1421
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1415

class UpdateGroupInput < Struct.new(
  :group_name,
  :group,
  :description)
  SENSITIVE = []
  include Aws::Structure
end