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_logs_destination ⇒ Types::CloudWatchLogsDestination
Returns the value of attribute cloud_watch_logs_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[("INITIATED_CALL" | "RINGING" | "ANSWERED" | "COMPLETED_CALL" | "BUSY" | "FAILED" | "NO_ANSWER")]
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_logs_destination ⇒ Types::CloudWatchLogsDestination
Returns the value of attribute cloud_watch_logs_destination.
68 69 70 |
# File 'sig/types.rbs', line 68 def cloud_watch_logs_destination @cloud_watch_logs_destination end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
69 70 71 |
# File 'sig/types.rbs', line 69 def enabled @enabled end |
#kinesis_firehose_destination ⇒ Types::KinesisFirehoseDestination
Returns the value of attribute kinesis_firehose_destination.
70 71 72 |
# File 'sig/types.rbs', line 70 def kinesis_firehose_destination @kinesis_firehose_destination end |
#matching_event_types ⇒ ::Array[("INITIATED_CALL" | "RINGING" | "ANSWERED" | "COMPLETED_CALL" | "BUSY" | "FAILED" | "NO_ANSWER")]
Returns the value of attribute matching_event_types.
71 72 73 |
# File 'sig/types.rbs', line 71 def matching_event_types @matching_event_types end |
#name ⇒ ::String
Returns the value of attribute name.
72 73 74 |
# File 'sig/types.rbs', line 72 def name @name end |
#sns_destination ⇒ Types::SnsDestination
Returns the value of attribute sns_destination.
73 74 75 |
# File 'sig/types.rbs', line 73 def sns_destination @sns_destination end |