Class: Aws::SESV2::Types::DashboardAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::DashboardAttributes
- Includes:
- Aws::Structure
- Defined in:
- 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.
1293 1294 1295 1296 1297 |
# File 'lib/aws-sdk-sesv2/types.rb', line 1293 class DashboardAttributes < Struct.new( :engagement_metrics) SENSITIVE = [] include Aws::Structure end |