Class: Aws::Types::EventDestination
- Inherits:
-
Object
- Object
- Aws::Types::EventDestination
- 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" | "renderingFailure")]
Returns the value of attribute matching_event_types.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
360 361 362 |
# File 'sig/types.rbs', line 360 def cloud_watch_destination @cloud_watch_destination end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
357 358 359 |
# File 'sig/types.rbs', line 357 def enabled @enabled end |
#kinesis_firehose_destination ⇒ Types::KinesisFirehoseDestination
Returns the value of attribute kinesis_firehose_destination.
359 360 361 |
# File 'sig/types.rbs', line 359 def kinesis_firehose_destination @kinesis_firehose_destination end |
#matching_event_types ⇒ ::Array[("send" | "reject" | "bounce" | "complaint" | "delivery" | "open" | "click" | "renderingFailure")]
Returns the value of attribute matching_event_types.
358 359 360 |
# File 'sig/types.rbs', line 358 def matching_event_types @matching_event_types end |
#name ⇒ ::String
Returns the value of attribute name.
356 357 358 |
# File 'sig/types.rbs', line 356 def name @name end |
#sns_destination ⇒ Types::SNSDestination
Returns the value of attribute sns_destination.
361 362 363 |
# File 'sig/types.rbs', line 361 def sns_destination @sns_destination end |