Class: Aws::ResourceGroups::Types::UpdateGroupInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::UpdateGroupInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourcegroups/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The new description that you want to update the resource group with.
-
#group ⇒ String
The name or the ARN of the resource group to modify.
-
#group_name ⇒ String
Don’t use this parameter.
Instance Attribute Details
#description ⇒ String
The new description that you want to update the resource group with. Descriptions can contain letters, numbers, hyphens, underscores, periods, and spaces.
1415 1416 1417 1418 1419 1420 1421 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 1415 class UpdateGroupInput < Struct.new( :group_name, :group, :description) SENSITIVE = [] include Aws::Structure end |
#group ⇒ String
The name or the ARN of the resource group to modify.
1415 1416 1417 1418 1419 1420 1421 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 1415 class UpdateGroupInput < Struct.new( :group_name, :group, :description) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
Don’t use this parameter. Use ‘Group` instead.
1415 1416 1417 1418 1419 1420 1421 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 1415 class UpdateGroupInput < Struct.new( :group_name, :group, :description) SENSITIVE = [] include Aws::Structure end |