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

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

#groupString

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

Returns:

  • (String)


166
167
168
169
170
171
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 166

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)


166
167
168
169
170
171
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 166

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