Class: Aws::ResourceGroups::Types::UpdateGroupOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#groupTypes::Group

The update description of the resource group.

Returns:



1425
1426
1427
1428
1429
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1425

class UpdateGroupOutput < Struct.new(
  :group)
  SENSITIVE = []
  include Aws::Structure
end