Class: Aws::ResourceGroups::Types::DeleteGroupOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::DeleteGroupOutput
- Defined in:
- gems/aws-sdk-resourcegroups/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 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 211 class DeleteGroupOutput < Struct.new( :group) SENSITIVE = [] include Aws::Structure end |