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

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

#groupTypes::Group

A full description of the deleted resource group.

Returns:



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

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