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.



2243
2244
2245
2246
2247
# File 'lib/aws-sdk-xray/types.rb', line 2243

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

#service_idsArray<Types::ServiceId>

Services to which the annotation applies.

Returns:



2243
2244
2245
2246
2247
# File 'lib/aws-sdk-xray/types.rb', line 2243

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