Class: Aws::XRay::Types::GetGroupResult

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 requested. Contains the name of the group, the ARN of the group, the filter expression, and the insight configuration assigned to the group.



781
782
783
784
785
# File 'lib/aws-sdk-xray/types.rb', line 781

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