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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_valueTypes::AnnotationValue

Values of the annotation.



3538
3539
3540
3541
3542
3543
# File 'lib/aws-sdk-xray/types.rb', line 3538

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

#service_idsArray<Types::ServiceId>

Services to which the annotation applies.

Returns:



3538
3539
3540
3541
3542
3543
# File 'lib/aws-sdk-xray/types.rb', line 3538

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