Class: Aws::XRay::Types::UpdateGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::UpdateGroupResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group ⇒ Types::Group
The group that was updated.
Instance Attribute Details
#group ⇒ Types::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.
3717 3718 3719 3720 3721 |
# File 'lib/aws-sdk-xray/types.rb', line 3717 class UpdateGroupResult < Struct.new( :group) SENSITIVE = [] include Aws::Structure end |