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_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.
-
#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.
78 79 80 |
# File 'sig/types.rbs', line 78 def cloud_watch_logs_destination @cloud_watch_logs_destination end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
79 80 81 |
# File 'sig/types.rbs', line 79 def enabled @enabled end |
#kinesis_firehose_destination ⇒ Types::KinesisFirehoseDestination
Returns the value of attribute kinesis_firehose_destination.
80 81 82 |
# File 'sig/types.rbs', line 80 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.
81 82 83 |
# File 'sig/types.rbs', line 81 def matching_event_types @matching_event_types end |
#sns_destination ⇒ Types::SnsDestination
Returns the value of attribute sns_destination.
82 83 84 |
# File 'sig/types.rbs', line 82 def sns_destination @sns_destination end |