Class: Aws::XRay::Types::GetSamplingTargetsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::XRay::Types::GetSamplingTargetsResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-xray/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
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.
[1]: docs.aws.amazon.com/xray/latest/api/API_GetSamplingRules.html
      1195 1196 1197 1198 1199 1200 1201  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 1195 class GetSamplingTargetsResult < Struct.new( :sampling_target_documents, :last_rule_modification, :unprocessed_statistics) SENSITIVE = [] include Aws::Structure end  | 
  
#sampling_target_documents ⇒ Array<Types::SamplingTargetDocument>
Updated rules that the service should use to sample requests.
      1195 1196 1197 1198 1199 1200 1201  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 1195 class GetSamplingTargetsResult < Struct.new( :sampling_target_documents, :last_rule_modification, :unprocessed_statistics) SENSITIVE = [] include Aws::Structure end  | 
  
#unprocessed_statistics ⇒ Array<Types::UnprocessedStatistics>
Information about [SamplingStatisticsDocument] that X-Ray could not process.
[1]: docs.aws.amazon.com/xray/latest/api/API_SamplingStatisticsDocument.html
      1195 1196 1197 1198 1199 1200 1201  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 1195 class GetSamplingTargetsResult < Struct.new( :sampling_target_documents, :last_rule_modification, :unprocessed_statistics) SENSITIVE = [] include Aws::Structure end  |