Class: Aws::Types::EventDestinationDefinition
- Inherits:
-
Object
- Object
- Aws::Types::EventDestinationDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_destination ⇒ Types::CloudWatchDestination
Returns the value of attribute cloud_watch_destination.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#kinesis_firehose_destination ⇒ Types::KinesisFirehoseDestination
Returns the value of attribute kinesis_firehose_destination.
-
#matching_event_types ⇒ ::Array[("SEND" | "REJECT" | "BOUNCE" | "COMPLAINT" | "DELIVERY" | "OPEN" | "CLICK" | "RENDERING_FAILURE")]
Returns the value of attribute matching_event_types.
-
#pinpoint_destination ⇒ Types::PinpointDestination
Returns the value of attribute pinpoint_destination.
-
#sns_destination ⇒ Types::SnsDestination
Returns the value of attribute sns_destination.
Instance Attribute Details
#cloud_watch_destination ⇒ Types::CloudWatchDestination
Returns the value of attribute cloud_watch_destination.
247 248 249 |
# File 'sig/types.rbs', line 247 def cloud_watch_destination @cloud_watch_destination end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
244 245 246 |
# File 'sig/types.rbs', line 244 def enabled @enabled end |
#kinesis_firehose_destination ⇒ Types::KinesisFirehoseDestination
Returns the value of attribute kinesis_firehose_destination.
246 247 248 |
# File 'sig/types.rbs', line 246 def kinesis_firehose_destination @kinesis_firehose_destination end |
#matching_event_types ⇒ ::Array[("SEND" | "REJECT" | "BOUNCE" | "COMPLAINT" | "DELIVERY" | "OPEN" | "CLICK" | "RENDERING_FAILURE")]
Returns the value of attribute matching_event_types.
245 246 247 |
# File 'sig/types.rbs', line 245 def matching_event_types @matching_event_types end |
#pinpoint_destination ⇒ Types::PinpointDestination
Returns the value of attribute pinpoint_destination.
249 250 251 |
# File 'sig/types.rbs', line 249 def pinpoint_destination @pinpoint_destination end |
#sns_destination ⇒ Types::SnsDestination
Returns the value of attribute sns_destination.
248 249 250 |
# File 'sig/types.rbs', line 248 def sns_destination @sns_destination end |