Class: Aws::ResourceGroups::Types::DeleteGroupOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::DeleteGroupOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourcegroups/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group ⇒ Types::Group
A full description of the deleted resource group.
Instance Attribute Details
#group ⇒ Types::Group
A full description of the deleted resource group.
179 180 181 182 183 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 179 class DeleteGroupOutput < Struct.new( :group) SENSITIVE = [] include Aws::Structure end |