Class: Aws::ResourceGroups::Types::DeleteGroupInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::DeleteGroupInput
- Defined in:
- gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group ⇒ String
The name or the Amazon resource name (ARN) of the resource group to delete.
-
#group_name ⇒ String
Deprecated - don't use this parameter.
Instance Attribute Details
#group ⇒ String
The name or the Amazon resource name (ARN) of the resource group to delete.
198 199 200 201 202 203 |
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 198 class DeleteGroupInput < Struct.new( :group_name, :group) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
Deprecated - don't use this parameter. Use Group
instead.
198 199 200 201 202 203 |
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 198 class DeleteGroupInput < Struct.new( :group_name, :group) SENSITIVE = [] include Aws::Structure end |