Class: Aws::SESV2::Types::DashboardOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::DashboardOptions
- Defined in:
- gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb
Overview
An object containing additional settings for your VDM configuration as applicable to the Dashboard.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#engagement_metrics ⇒ String
Specifies the status of your VDM engagement metrics collection.
Instance Attribute Details
#engagement_metrics ⇒ String
Specifies the status of your VDM engagement metrics collection. Can be one of the following:
ENABLED
– Amazon SES enables engagement metrics for the configuration set.DISABLED
– Amazon SES disables engagement metrics for the configuration set.
1315 1316 1317 1318 1319 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1315 class DashboardOptions < Struct.new( :engagement_metrics) SENSITIVE = [] include Aws::Structure end |