Class: Aws::Types::UpdateEventDestinationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logs_destination ⇒ Types::CloudWatchLogsDestination

Returns the value of attribute cloud_watch_logs_destination.



2378
2379
2380
# File 'sig/types.rbs', line 2378

def cloud_watch_logs_destination
  @cloud_watch_logs_destination
end

#configuration_set_name ⇒ ::String

Returns the value of attribute configuration_set_name.

Returns:

  • (::String)


2374
2375
2376
# File 'sig/types.rbs', line 2374

def configuration_set_name
  @configuration_set_name
end

#enabled ⇒ Boolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


2376
2377
2378
# File 'sig/types.rbs', line 2376

def enabled
  @enabled
end

#event_destination_name ⇒ ::String

Returns the value of attribute event_destination_name.

Returns:

  • (::String)


2375
2376
2377
# File 'sig/types.rbs', line 2375

def event_destination_name
  @event_destination_name
end

#kinesis_firehose_destination ⇒ Types::KinesisFirehoseDestination

Returns the value of attribute kinesis_firehose_destination.



2379
2380
2381
# File 'sig/types.rbs', line 2379

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.

Returns:

  • (::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")])


2377
2378
2379
# File 'sig/types.rbs', line 2377

def matching_event_types
  @matching_event_types
end

#sns_destination ⇒ Types::SnsDestination

Returns the value of attribute sns_destination.



2380
2381
2382
# File 'sig/types.rbs', line 2380

def sns_destination
  @sns_destination
end