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

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

Overview

Information about a segment annotation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_valueTypes::AnnotationValue

Values of the annotation.



3361
3362
3363
3364
3365
3366
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3361

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

#service_idsArray<Types::ServiceId>

Services to which the annotation applies.

Returns:



3361
3362
3363
3364
3365
3366
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3361

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