Class: Aws::SESV2::Types::MetricDataResult

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

Overview

The result of a single metric data query.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The query identifier.

Returns:

  • (String)


5095
5096
5097
5098
5099
5100
5101
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5095

class MetricDataResult < Struct.new(
  :id,
  :timestamps,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#timestampsArray<Time>

A list of timestamps for the metric data results.

Returns:

  • (Array<Time>)


5095
5096
5097
5098
5099
5100
5101
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5095

class MetricDataResult < Struct.new(
  :id,
  :timestamps,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<Integer>

A list of values (cumulative / sum) for the metric data results.

Returns:

  • (Array<Integer>)


5095
5096
5097
5098
5099
5100
5101
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5095

class MetricDataResult < Struct.new(
  :id,
  :timestamps,
  :values)
  SENSITIVE = []
  include Aws::Structure
end