Class: Aws::SESV2::Types::DashboardAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::DashboardAttributes
- 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 your account.DISABLED
– Amazon SES disables engagement metrics for your account.
1370 1371 1372 1373 1374 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1370 class DashboardAttributes < Struct.new( :engagement_metrics) SENSITIVE = [] include Aws::Structure end |