Class: Aws::XRay::Types::ValueWithServiceIds
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::ValueWithServiceIds
- Includes:
- Structure
- Defined in:
- 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.
3361 3362 3363 3364 3365 3366 |
# File 'lib/aws-sdk-xray/types.rb', line 3361 class ValueWithServiceIds < Struct.new( :annotation_value, :service_ids) SENSITIVE = [] include Aws::Structure end |
#service_ids ⇒ Array<Types::ServiceId>
Services to which the annotation applies.
3361 3362 3363 3364 3365 3366 |
# File 'lib/aws-sdk-xray/types.rb', line 3361 class ValueWithServiceIds < Struct.new( :annotation_value, :service_ids) SENSITIVE = [] include Aws::Structure end |