Class: Aws::XRay::Types::ValueWithServiceIds
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::ValueWithServiceIds
- 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
-
#annotation_value ⇒ Types::AnnotationValue
Values of the annotation.
-
#service_ids ⇒ Array<Types::ServiceId>
Services to which the annotation applies.
Instance Attribute Details
#annotation_value ⇒ Types::AnnotationValue
Values of the annotation.
3355 3356 3357 3358 3359 3360 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3355 class ValueWithServiceIds < Struct.new( :annotation_value, :service_ids) SENSITIVE = [] include Aws::Structure end |
#service_ids ⇒ Array<Types::ServiceId>
Services to which the annotation applies.
3355 3356 3357 3358 3359 3360 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3355 class ValueWithServiceIds < Struct.new( :annotation_value, :service_ids) SENSITIVE = [] include Aws::Structure end |