Class: Aws::ApplicationSignals::Types::ServiceGroup

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

Overview

A structure that represents a logical grouping of services based on shared attributes such as business unit, environment, or entry point.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_identifierString

A unique identifier for this grouping attribute value, used for filtering and API operations.

Returns:

  • (String)


2899
2900
2901
2902
2903
2904
2905
2906
# File 'lib/aws-sdk-applicationsignals/types.rb', line 2899

class ServiceGroup < Struct.new(
  :group_name,
  :group_value,
  :group_source,
  :group_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#group_nameString

The name of the grouping attribute, such as ‘BusinessUnit` or `Environment`.

Returns:

  • (String)


2899
2900
2901
2902
2903
2904
2905
2906
# File 'lib/aws-sdk-applicationsignals/types.rb', line 2899

class ServiceGroup < Struct.new(
  :group_name,
  :group_value,
  :group_source,
  :group_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#group_sourceString

The source of the grouping attribute, such as ‘TAG`, `OTEL`, or `DEFAULT`.

Returns:

  • (String)


2899
2900
2901
2902
2903
2904
2905
2906
# File 'lib/aws-sdk-applicationsignals/types.rb', line 2899

class ServiceGroup < Struct.new(
  :group_name,
  :group_value,
  :group_source,
  :group_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#group_valueString

The value of the grouping attribute for this service, such as ‘Payments` or `Production`.

Returns:

  • (String)


2899
2900
2901
2902
2903
2904
2905
2906
# File 'lib/aws-sdk-applicationsignals/types.rb', line 2899

class ServiceGroup < Struct.new(
  :group_name,
  :group_value,
  :group_source,
  :group_identifier)
  SENSITIVE = []
  include Aws::Structure
end