Class: Aws::XRay::Types::GetTimeSeriesServiceStatisticsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::GetTimeSeriesServiceStatisticsResult
- Defined in:
- gems/aws-sdk-xray/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.
1251 1252 1253 1254 1255 1256 1257 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1251 class GetTimeSeriesServiceStatisticsResult < Struct.new( :time_series_service_statistics, :contains_old_group_versions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token.
1251 1252 1253 1254 1255 1256 1257 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1251 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.
1251 1252 1253 1254 1255 1256 1257 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1251 class GetTimeSeriesServiceStatisticsResult < Struct.new( :time_series_service_statistics, :contains_old_group_versions, :next_token) SENSITIVE = [] include Aws::Structure end |