Class: Aws::XRay::Types::GetTimeSeriesServiceStatisticsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::XRay::Types::GetTimeSeriesServiceStatisticsResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-xray/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #contains_old_group_versions  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A flag indicating whether or not a group’s filter expression has been consistent, or if a returned aggregation might show statistics from an older version of the group’s filter expression.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Pagination token.
 - 
  
    
      #time_series_service_statistics  ⇒ Array<Types::TimeSeriesServiceStatistics> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The collection of statistics.
 
Instance Attribute Details
#contains_old_group_versions ⇒ Boolean
A flag indicating whether or not a group’s filter expression has been consistent, or if a returned aggregation might show statistics from an older version of the group’s filter expression.
      1339 1340 1341 1342 1343 1344 1345  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 1339 class GetTimeSeriesServiceStatisticsResult < Struct.new( :time_series_service_statistics, :contains_old_group_versions, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
Pagination token.
      1339 1340 1341 1342 1343 1344 1345  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 1339 class GetTimeSeriesServiceStatisticsResult < Struct.new( :time_series_service_statistics, :contains_old_group_versions, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#time_series_service_statistics ⇒ Array<Types::TimeSeriesServiceStatistics>
The collection of statistics.
      1339 1340 1341 1342 1343 1344 1345  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 1339 class GetTimeSeriesServiceStatisticsResult < Struct.new( :time_series_service_statistics, :contains_old_group_versions, :next_token) SENSITIVE = [] include Aws::Structure end  |