Class: Aws::Types::EventDestination

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.



68
69
70
# File 'sig/types.rbs', line 68

def cloud_watch_logs_destination
  @cloud_watch_logs_destination
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


69
70
71
# File 'sig/types.rbs', line 69

def enabled
  @enabled
end

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

Returns:

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


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.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def name
  @name
end

#sns_destinationTypes::SnsDestination

Returns the value of attribute sns_destination.



73
74
75
# File 'sig/types.rbs', line 73

def sns_destination
  @sns_destination
end