Class: Aws::Connect::Types::GetCurrentMetricDataResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_total_countInteger

The total count of the result, regardless of the current page size.

Returns:

  • (Integer)


7401
7402
7403
7404
7405
7406
7407
7408
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7401

class GetCurrentMetricDataResponse < Struct.new(
  :next_token,
  :metric_results,
  :data_snapshot_time,
  :approximate_total_count)
  SENSITIVE = []
  include Aws::Structure
end

#data_snapshot_timeTime

The time at which the metrics were retrieved and cached for pagination.

Returns:

  • (Time)


7401
7402
7403
7404
7405
7406
7407
7408
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7401

class GetCurrentMetricDataResponse < Struct.new(
  :next_token,
  :metric_results,
  :data_snapshot_time,
  :approximate_total_count)
  SENSITIVE = []
  include Aws::Structure
end

#metric_resultsArray<Types::CurrentMetricResult>

Information about the real-time metrics.

Returns:



7401
7402
7403
7404
7405
7406
7407
7408
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7401

class GetCurrentMetricDataResponse < Struct.new(
  :next_token,
  :metric_results,
  :data_snapshot_time,
  :approximate_total_count)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If there are additional results, this is the token for the next set of results.

The token expires after 5 minutes from the time it is created. Subsequent requests that use the token must use the same request parameters as the request that generated the token.

Returns:

  • (String)


7401
7402
7403
7404
7405
7406
7407
7408
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7401

class GetCurrentMetricDataResponse < Struct.new(
  :next_token,
  :metric_results,
  :data_snapshot_time,
  :approximate_total_count)
  SENSITIVE = []
  include Aws::Structure
end