Class: Aws::ResourceGroups::Types::DeleteGroupOutput

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

#groupTypes::Group

A full description of the deleted resource group.

Returns:



179
180
181
182
183
# File 'lib/aws-sdk-resourcegroups/types.rb', line 179

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