Class: Aws::Types::EventDestinationDefinition

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_destinationTypes::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

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


79
80
81
# File 'sig/types.rbs', line 79

def enabled
  @enabled
end

#kinesis_firehose_destinationTypes::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.

Returns:

  • (::Array[("INITIATED_CALL" | "RINGING" | "ANSWERED" | "COMPLETED_CALL" | "BUSY" | "FAILED" | "NO_ANSWER")])


81
82
83
# File 'sig/types.rbs', line 81

def matching_event_types
  @matching_event_types
end

#sns_destinationTypes::SnsDestination

Returns the value of attribute sns_destination.



82
83
84
# File 'sig/types.rbs', line 82

def sns_destination
  @sns_destination
end