Class: Aws::ResourceGroups::Types::UpdateGroupOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::UpdateGroupOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourcegroups/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group ⇒ Types::Group
The update description of the resource group.
Instance Attribute Details
#group ⇒ Types::Group
The update description of the resource group.
1429 1430 1431 1432 1433 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 1429 class UpdateGroupOutput < Struct.new( :group) SENSITIVE = [] include Aws::Structure end |