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.
-
#event_destination_name ⇒ ::String
Returns the value of attribute event_destination_name.
-
#kinesis_firehose_destination ⇒ Types::KinesisFirehoseDestination
Returns the value of attribute kinesis_firehose_destination.
-
#matching_event_types ⇒ ::Array[("ALL" | "TEXT_ALL" | "TEXT_SENT" | "TEXT_PENDING" | "TEXT_QUEUED" | "TEXT_SUCCESSFUL" | "TEXT_DELIVERED" | "TEXT_INVALID" | "TEXT_INVALID_MESSAGE" | "TEXT_UNREACHABLE" | "TEXT_CARRIER_UNREACHABLE" | "TEXT_BLOCKED" | "TEXT_CARRIER_BLOCKED" | "TEXT_SPAM" | "TEXT_UNKNOWN" | "TEXT_TTL_EXPIRED" | "TEXT_PROTECT_BLOCKED" | "VOICE_ALL" | "VOICE_INITIATED" | "VOICE_RINGING" | "VOICE_ANSWERED" | "VOICE_COMPLETED" | "VOICE_BUSY" | "VOICE_NO_ANSWER" | "VOICE_FAILED" | "VOICE_TTL_EXPIRED" | "MEDIA_ALL" | "MEDIA_PENDING" | "MEDIA_QUEUED" | "MEDIA_SUCCESSFUL" | "MEDIA_DELIVERED" | "MEDIA_INVALID" | "MEDIA_INVALID_MESSAGE" | "MEDIA_UNREACHABLE" | "MEDIA_CARRIER_UNREACHABLE" | "MEDIA_BLOCKED" | "MEDIA_CARRIER_BLOCKED" | "MEDIA_SPAM" | "MEDIA_UNKNOWN" | "MEDIA_TTL_EXPIRED" | "MEDIA_FILE_INACCESSIBLE" | "MEDIA_FILE_TYPE_UNSUPPORTED" | "MEDIA_FILE_SIZE_EXCEEDED" | "RCS_ALL" | "RCS_QUEUED" | "RCS_SENT" | "RCS_DELIVERED" | "RCS_READ" | "RCS_FAILED" | "RCS_TTL_EXPIRED" | "RCS_PROTECT_BLOCKED" | "RCS_FALLEN_BACK_TO_SMS")]
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.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def cloud_watch_logs_destination @cloud_watch_logs_destination end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def enabled @enabled end |
#event_destination_name ⇒ ::String
Returns the value of attribute event_destination_name.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def event_destination_name @event_destination_name end |
#kinesis_firehose_destination ⇒ Types::KinesisFirehoseDestination
Returns the value of attribute kinesis_firehose_destination.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def kinesis_firehose_destination @kinesis_firehose_destination end |
#matching_event_types ⇒ ::Array[("ALL" | "TEXT_ALL" | "TEXT_SENT" | "TEXT_PENDING" | "TEXT_QUEUED" | "TEXT_SUCCESSFUL" | "TEXT_DELIVERED" | "TEXT_INVALID" | "TEXT_INVALID_MESSAGE" | "TEXT_UNREACHABLE" | "TEXT_CARRIER_UNREACHABLE" | "TEXT_BLOCKED" | "TEXT_CARRIER_BLOCKED" | "TEXT_SPAM" | "TEXT_UNKNOWN" | "TEXT_TTL_EXPIRED" | "TEXT_PROTECT_BLOCKED" | "VOICE_ALL" | "VOICE_INITIATED" | "VOICE_RINGING" | "VOICE_ANSWERED" | "VOICE_COMPLETED" | "VOICE_BUSY" | "VOICE_NO_ANSWER" | "VOICE_FAILED" | "VOICE_TTL_EXPIRED" | "MEDIA_ALL" | "MEDIA_PENDING" | "MEDIA_QUEUED" | "MEDIA_SUCCESSFUL" | "MEDIA_DELIVERED" | "MEDIA_INVALID" | "MEDIA_INVALID_MESSAGE" | "MEDIA_UNREACHABLE" | "MEDIA_CARRIER_UNREACHABLE" | "MEDIA_BLOCKED" | "MEDIA_CARRIER_BLOCKED" | "MEDIA_SPAM" | "MEDIA_UNKNOWN" | "MEDIA_TTL_EXPIRED" | "MEDIA_FILE_INACCESSIBLE" | "MEDIA_FILE_TYPE_UNSUPPORTED" | "MEDIA_FILE_SIZE_EXCEEDED" | "RCS_ALL" | "RCS_QUEUED" | "RCS_SENT" | "RCS_DELIVERED" | "RCS_READ" | "RCS_FAILED" | "RCS_TTL_EXPIRED" | "RCS_PROTECT_BLOCKED" | "RCS_FALLEN_BACK_TO_SMS")]
Returns the value of attribute matching_event_types.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def matching_event_types @matching_event_types end |
#sns_destination ⇒ Types::SnsDestination
Returns the value of attribute sns_destination.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def sns_destination @sns_destination end |