Class: Aws::XRay::Types::GetTimeSeriesServiceStatisticsResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-xray/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#contains_old_group_versionsBoolean

A flag indicating whether or not a group’s filter expression has been consistent, or if a returned aggregation may show statistics from an older version of the group’s filter expression.

Returns:

  • (Boolean)


971
972
973
974
975
976
# File 'lib/aws-sdk-xray/types.rb', line 971

class GetTimeSeriesServiceStatisticsResult < Struct.new(
  :time_series_service_statistics,
  :contains_old_group_versions,
  :next_token)
  include Aws::Structure
end

#next_tokenString

Pagination token. Not used.

Returns:

  • (String)


971
972
973
974
975
976
# File 'lib/aws-sdk-xray/types.rb', line 971

class GetTimeSeriesServiceStatisticsResult < Struct.new(
  :time_series_service_statistics,
  :contains_old_group_versions,
  :next_token)
  include Aws::Structure
end

#time_series_service_statisticsArray<Types::TimeSeriesServiceStatistics>

The collection of statistics.



971
972
973
974
975
976
# File 'lib/aws-sdk-xray/types.rb', line 971

class GetTimeSeriesServiceStatisticsResult < Struct.new(
  :time_series_service_statistics,
  :contains_old_group_versions,
  :next_token)
  include Aws::Structure
end