class Aws::XRay::Types::GetTimeSeriesServiceStatisticsRequest
@note When making an API call, you may pass GetTimeSeriesServiceStatisticsRequest
data as a hash: { start_time: Time.now, # required end_time: Time.now, # required group_name: "GroupName", group_arn: "GroupARN", entity_selector_expression: "EntitySelectorExpression", period: 1, forecast_statistics: false, next_token: "String", }
@!attribute [rw] start_time
The start of the time frame for which to aggregate statistics. @return [Time]
@!attribute [rw] end_time
The end of the time frame for which to aggregate statistics. @return [Time]
@!attribute [rw] group_name
The case-sensitive name of the group for which to pull statistics from. @return [String]
@!attribute [rw] group_arn
The Amazon Resource Name (ARN) of the group for which to pull statistics from. @return [String]
@!attribute [rw] entity_selector_expression
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. @return [String]
@!attribute [rw] period
Aggregation period in seconds. @return [Integer]
@!attribute [rw] forecast_statistics
The forecasted high and low fault count values. Forecast enabled requests require the EntitySelectorExpression ID be provided. @return [Boolean]
@!attribute [rw] next_token
Pagination token. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/GetTimeSeriesServiceStatisticsRequest AWS API Documentation
Constants
- SENSITIVE