Class: Aws::PinpointEmail::Types::CloudWatchDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointEmail::Types::CloudWatchDestination
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointemail/types.rb
Overview
An object that defines an Amazon CloudWatch destination for email events. You can use Amazon CloudWatch to monitor and gain insights on your email sending metrics.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dimension_configurations ⇒ Array<Types::CloudWatchDimensionConfiguration>
An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.
Instance Attribute Details
#dimension_configurations ⇒ Array<Types::CloudWatchDimensionConfiguration>
An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.
94 95 96 97 98 |
# File 'lib/aws-sdk-pinpointemail/types.rb', line 94 class CloudWatchDestination < Struct.new( :dimension_configurations) SENSITIVE = [] include Aws::Structure end |