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:



1429
1430
1431
1432
1433
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1429

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