Class: Aws::XRay::Types::Group

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

Overview

Details and metadata for a group.

Instance Attribute Summary collapse

Instance Attribute Details

#filter_expressionString

The filter expression defining the parameters to include traces.

Returns:

  • (String)


1030
1031
1032
1033
1034
1035
# File 'lib/aws-sdk-xray/types.rb', line 1030

class Group < Struct.new(
  :group_name,
  :group_arn,
  :filter_expression)
  include Aws::Structure
end

#group_arnString

The ARN of the group generated based on the GroupName.

Returns:

  • (String)


1030
1031
1032
1033
1034
1035
# File 'lib/aws-sdk-xray/types.rb', line 1030

class Group < Struct.new(
  :group_name,
  :group_arn,
  :filter_expression)
  include Aws::Structure
end

#group_nameString

The unique case-sensitive name of the group.

Returns:

  • (String)


1030
1031
1032
1033
1034
1035
# File 'lib/aws-sdk-xray/types.rb', line 1030

class Group < Struct.new(
  :group_name,
  :group_arn,
  :filter_expression)
  include Aws::Structure
end