Class: Aws::XRay::Types::ValueWithServiceIds

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

Overview

Information about a segment annotation.

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_valueTypes::AnnotationValue

Values of the annotation.



2435
2436
2437
2438
2439
# File 'lib/aws-sdk-xray/types.rb', line 2435

class ValueWithServiceIds < Struct.new(
  :annotation_value,
  :service_ids)
  include Aws::Structure
end

#service_idsArray<Types::ServiceId>

Services to which the annotation applies.

Returns:



2435
2436
2437
2438
2439
# File 'lib/aws-sdk-xray/types.rb', line 2435

class ValueWithServiceIds < Struct.new(
  :annotation_value,
  :service_ids)
  include Aws::Structure
end