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.
211 212 213 214 215 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 211 class DeleteGroupOutput < Struct.new( :group) SENSITIVE = [] include Aws::Structure end |