Class: Aws::ResourceGroups::Types::DeleteGroupInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#groupString

The name or the Amazon resource name (ARN) of the resource group to delete.

Returns:

  • (String)


198
199
200
201
202
203
# File 'lib/aws-sdk-resourcegroups/types.rb', line 198

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

#group_nameString

Deprecated - don’t use this parameter. Use ‘Group` instead.

Returns:

  • (String)


198
199
200
201
202
203
# File 'lib/aws-sdk-resourcegroups/types.rb', line 198

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