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.
-
#event_bridge_destination ⇒ Types::EventBridgeDestination
Returns the value of attribute event_bridge_destination.
-
#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" | "DELIVERY_DELAY" | "SUBSCRIPTION")]
Returns the value of attribute matching_event_types.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
641 642 643 |
# File 'sig/types.rbs', line 641 def cloud_watch_destination @cloud_watch_destination end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
638 639 640 |
# File 'sig/types.rbs', line 638 def enabled @enabled end |
#event_bridge_destination ⇒ Types::EventBridgeDestination
Returns the value of attribute event_bridge_destination.
643 644 645 |
# File 'sig/types.rbs', line 643 def event_bridge_destination @event_bridge_destination end |
#kinesis_firehose_destination ⇒ Types::KinesisFirehoseDestination
Returns the value of attribute kinesis_firehose_destination.
640 641 642 |
# File 'sig/types.rbs', line 640 def kinesis_firehose_destination @kinesis_firehose_destination end |
#matching_event_types ⇒ ::Array[("SEND" | "REJECT" | "BOUNCE" | "COMPLAINT" | "DELIVERY" | "OPEN" | "CLICK" | "RENDERING_FAILURE" | "DELIVERY_DELAY" | "SUBSCRIPTION")]
Returns the value of attribute matching_event_types.
639 640 641 |
# File 'sig/types.rbs', line 639 def matching_event_types @matching_event_types end |
#name ⇒ ::String
Returns the value of attribute name.
637 638 639 |
# File 'sig/types.rbs', line 637 def name @name end |
#pinpoint_destination ⇒ Types::PinpointDestination
Returns the value of attribute pinpoint_destination.
644 645 646 |
# File 'sig/types.rbs', line 644 def pinpoint_destination @pinpoint_destination end |
#sns_destination ⇒ Types::SnsDestination
Returns the value of attribute sns_destination.
642 643 644 |
# File 'sig/types.rbs', line 642 def sns_destination @sns_destination end |