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

Returns the value of attribute cloud_watch_destination.



360
361
362
# File 'sig/types.rbs', line 360

def cloud_watch_destination
  @cloud_watch_destination
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


357
358
359
# File 'sig/types.rbs', line 357

def enabled
  @enabled
end

#kinesis_firehose_destinationTypes::KinesisFirehoseDestination

Returns the value of attribute kinesis_firehose_destination.



359
360
361
# File 'sig/types.rbs', line 359

def kinesis_firehose_destination
  @kinesis_firehose_destination
end

#matching_event_types::Array[("send" | "reject" | "bounce" | "complaint" | "delivery" | "open" | "click" | "renderingFailure")]

Returns the value of attribute matching_event_types.

Returns:

  • (::Array[("send" | "reject" | "bounce" | "complaint" | "delivery" | "open" | "click" | "renderingFailure")])


358
359
360
# File 'sig/types.rbs', line 358

def matching_event_types
  @matching_event_types
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


356
357
358
# File 'sig/types.rbs', line 356

def name
  @name
end

#sns_destinationTypes::SNSDestination

Returns the value of attribute sns_destination.



361
362
363
# File 'sig/types.rbs', line 361

def sns_destination
  @sns_destination
end