Class: Aws::Connect::Types::GetMetricDataV2Response

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

#metric_resultsArray<Types::MetricResultV2>

Information about the metrics requested in the API request If no grouping is specified, a summary of metric data is returned.

Returns:



9370
9371
9372
9373
9374
9375
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9370

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

#next_tokenString

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

Returns:

  • (String)


9370
9371
9372
9373
9374
9375
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9370

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