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.
3949 3950 3951 3952 3953 3954 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3949 class ValueWithServiceIds < Struct.new( :annotation_value, :service_ids) SENSITIVE = [] include Aws::Structure end |
#service_ids ⇒ Array<Types::ServiceId>
Services to which the annotation applies.
3949 3950 3951 3952 3953 3954 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3949 class ValueWithServiceIds < Struct.new( :annotation_value, :service_ids) SENSITIVE = [] include Aws::Structure end |