Class: Aws::XRay::Types::UpdateGroupResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-xray/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#groupTypes::Group

The group that was updated. Contains the name of the group that was updated, the ARN of the group that was updated, and the updated filter expression assigned to the group.

Returns:



2374
2375
2376
2377
# File 'lib/aws-sdk-xray/types.rb', line 2374

class UpdateGroupResult < Struct.new(
  :group)
  include Aws::Structure
end