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)


5119
5120
5121
5122
5123
5124
5125
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5119

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>)


5119
5120
5121
5122
5123
5124
5125
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5119

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>)


5119
5120
5121
5122
5123
5124
5125
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5119

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