Class: Aws::SESV2::Types::MetricDataResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::MetricDataResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
The result of a single metric data query.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The query identifier.
-
#timestamps ⇒ Array<Time>
A list of timestamps for the metric data results.
-
#values ⇒ Array<Integer>
A list of values (cumulative / sum) for the metric data results.
Instance Attribute Details
#id ⇒ String
The query identifier.
5158 5159 5160 5161 5162 5163 5164 |
# File 'lib/aws-sdk-sesv2/types.rb', line 5158 class MetricDataResult < Struct.new( :id, :timestamps, :values) SENSITIVE = [] include Aws::Structure end |
#timestamps ⇒ Array<Time>
A list of timestamps for the metric data results.
5158 5159 5160 5161 5162 5163 5164 |
# File 'lib/aws-sdk-sesv2/types.rb', line 5158 class MetricDataResult < Struct.new( :id, :timestamps, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<Integer>
A list of values (cumulative / sum) for the metric data results.
5158 5159 5160 5161 5162 5163 5164 |
# File 'lib/aws-sdk-sesv2/types.rb', line 5158 class MetricDataResult < Struct.new( :id, :timestamps, :values) SENSITIVE = [] include Aws::Structure end |