Class: Aws::SESV2::Types::MetricsDataSource

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

Overview

An object that contains details about the data source for the metrics export.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dimensionsHash<String,Array<String>>

An object that contains a mapping between a ‘MetricDimensionName` and `MetricDimensionValue` to filter metrics by. Must contain a least 1 dimension but no more than 3 unique ones.

Returns:

  • (Hash<String,Array<String>>)


5154
5155
5156
5157
5158
5159
5160
5161
5162
# File 'lib/aws-sdk-sesv2/types.rb', line 5154

class MetricsDataSource < Struct.new(
  :dimensions,
  :namespace,
  :metrics,
  :start_date,
  :end_date)
  SENSITIVE = []
  include Aws::Structure
end

#end_dateTime

Represents the end date for the export interval as a timestamp.

Returns:

  • (Time)


5154
5155
5156
5157
5158
5159
5160
5161
5162
# File 'lib/aws-sdk-sesv2/types.rb', line 5154

class MetricsDataSource < Struct.new(
  :dimensions,
  :namespace,
  :metrics,
  :start_date,
  :end_date)
  SENSITIVE = []
  include Aws::Structure
end

#metricsArray<Types::ExportMetric>

A list of ‘ExportMetric` objects to export.

Returns:



5154
5155
5156
5157
5158
5159
5160
5161
5162
# File 'lib/aws-sdk-sesv2/types.rb', line 5154

class MetricsDataSource < Struct.new(
  :dimensions,
  :namespace,
  :metrics,
  :start_date,
  :end_date)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The metrics namespace - e.g., ‘VDM`.

Returns:

  • (String)


5154
5155
5156
5157
5158
5159
5160
5161
5162
# File 'lib/aws-sdk-sesv2/types.rb', line 5154

class MetricsDataSource < Struct.new(
  :dimensions,
  :namespace,
  :metrics,
  :start_date,
  :end_date)
  SENSITIVE = []
  include Aws::Structure
end

#start_dateTime

Represents the start date for the export interval as a timestamp.

Returns:

  • (Time)


5154
5155
5156
5157
5158
5159
5160
5161
5162
# File 'lib/aws-sdk-sesv2/types.rb', line 5154

class MetricsDataSource < Struct.new(
  :dimensions,
  :namespace,
  :metrics,
  :start_date,
  :end_date)
  SENSITIVE = []
  include Aws::Structure
end