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.
      3817 3818 3819 3820 3821 3822  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 3817 class ValueWithServiceIds < Struct.new( :annotation_value, :service_ids) SENSITIVE = [] include Aws::Structure end  | 
  
#service_ids ⇒ Array<Types::ServiceId>
Services to which the annotation applies.
      3817 3818 3819 3820 3821 3822  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 3817 class ValueWithServiceIds < Struct.new( :annotation_value, :service_ids) SENSITIVE = [] include Aws::Structure end  |