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.
1957 1958 1959 1960 1961 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 1957 class UpdateGroupOutput < Struct.new( :group) SENSITIVE = [] include Aws::Structure end |