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.

Returns:



765
766
767
768
769
# File 'lib/aws-sdk-xray/types.rb', line 765

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