Class: Aws::XRay::Types::GetTimeSeriesServiceStatisticsRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::XRay::Types::GetTimeSeriesServiceStatisticsRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-xray/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #end_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The end of the time frame for which to aggregate statistics.
 - 
  
    
      #entity_selector_expression  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A filter expression defining entities that will be aggregated for statistics.
 - 
  
    
      #forecast_statistics  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The forecasted high and low fault count values.
 - 
  
    
      #group_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the group for which to pull statistics from.
 - 
  
    
      #group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The case-sensitive name of the group for which to pull statistics from.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Pagination token.
 - 
  
    
      #period  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Aggregation period in seconds.
 - 
  
    
      #start_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The start of the time frame for which to aggregate statistics.
 
Instance Attribute Details
#end_time ⇒ Time
The end of the time frame for which to aggregate statistics.
      1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 1310 class GetTimeSeriesServiceStatisticsRequest < Struct.new( :start_time, :end_time, :group_name, :group_arn, :entity_selector_expression, :period, :forecast_statistics, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#entity_selector_expression ⇒ String
A filter expression defining entities that will be aggregated for statistics. Supports ID, service, and edge functions. If no selector expression is specified, edge statistics are returned.
      1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 1310 class GetTimeSeriesServiceStatisticsRequest < Struct.new( :start_time, :end_time, :group_name, :group_arn, :entity_selector_expression, :period, :forecast_statistics, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#forecast_statistics ⇒ Boolean
The forecasted high and low fault count values. Forecast enabled requests require the EntitySelectorExpression ID be provided.
      1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 1310 class GetTimeSeriesServiceStatisticsRequest < Struct.new( :start_time, :end_time, :group_name, :group_arn, :entity_selector_expression, :period, :forecast_statistics, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#group_arn ⇒ String
The Amazon Resource Name (ARN) of the group for which to pull statistics from.
      1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 1310 class GetTimeSeriesServiceStatisticsRequest < Struct.new( :start_time, :end_time, :group_name, :group_arn, :entity_selector_expression, :period, :forecast_statistics, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#group_name ⇒ String
The case-sensitive name of the group for which to pull statistics from.
      1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 1310 class GetTimeSeriesServiceStatisticsRequest < Struct.new( :start_time, :end_time, :group_name, :group_arn, :entity_selector_expression, :period, :forecast_statistics, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
Pagination token.
      1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 1310 class GetTimeSeriesServiceStatisticsRequest < Struct.new( :start_time, :end_time, :group_name, :group_arn, :entity_selector_expression, :period, :forecast_statistics, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#period ⇒ Integer
Aggregation period in seconds.
      1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 1310 class GetTimeSeriesServiceStatisticsRequest < Struct.new( :start_time, :end_time, :group_name, :group_arn, :entity_selector_expression, :period, :forecast_statistics, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#start_time ⇒ Time
The start of the time frame for which to aggregate statistics.
      1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 1310 class GetTimeSeriesServiceStatisticsRequest < Struct.new( :start_time, :end_time, :group_name, :group_arn, :entity_selector_expression, :period, :forecast_statistics, :next_token) SENSITIVE = [] include Aws::Structure end  |