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:



2182
2183
2184
2185
# File 'lib/aws-sdk-xray/types.rb', line 2182

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