You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::XRay::Types::GetSamplingTargetsResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::XRay::Types::GetSamplingTargetsResult
 
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #last_rule_modification  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The last time a user changed the sampling rule configuration. 
- 
  
    
      #sampling_target_documents  ⇒ Array<Types::SamplingTargetDocument> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Updated rules that the service should use to sample requests. 
- 
  
    
      #unprocessed_statistics  ⇒ Array<Types::UnprocessedStatistics> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about SamplingStatisticsDocument that X-Ray could not process. 
Instance Attribute Details
#last_rule_modification ⇒ Time
The last time a user changed the sampling rule configuration. If the sampling rule configuration changed since the service last retrieved it, the service should call GetSamplingRules to get the latest version.
#sampling_target_documents ⇒ Array<Types::SamplingTargetDocument>
Updated rules that the service should use to sample requests.
#unprocessed_statistics ⇒ Array<Types::UnprocessedStatistics>
Information about SamplingStatisticsDocument that X-Ray could not process.