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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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, the updated filter expression, and the updated insight configuration assigned to the group.

Returns:



3319
3320
3321
3322
3323
# File 'lib/aws-sdk-xray/types.rb', line 3319

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