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.



237
238
239
# File 'sig/types.rbs', line 237

def cloud_watch_destination
  @cloud_watch_destination
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


234
235
236
# File 'sig/types.rbs', line 234

def enabled
  @enabled
end

#kinesis_firehose_destinationTypes::KinesisFirehoseDestination

Returns the value of attribute kinesis_firehose_destination.



236
237
238
# File 'sig/types.rbs', line 236

def kinesis_firehose_destination
  @kinesis_firehose_destination
end

#matching_event_types::Array[("SEND" | "REJECT" | "BOUNCE" | "COMPLAINT" | "DELIVERY" | "OPEN" | "CLICK" | "RENDERING_FAILURE")]

Returns the value of attribute matching_event_types.

Returns:

  • (::Array[("SEND" | "REJECT" | "BOUNCE" | "COMPLAINT" | "DELIVERY" | "OPEN" | "CLICK" | "RENDERING_FAILURE")])


235
236
237
# File 'sig/types.rbs', line 235

def matching_event_types
  @matching_event_types
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


233
234
235
# File 'sig/types.rbs', line 233

def name
  @name
end

#pinpoint_destinationTypes::PinpointDestination

Returns the value of attribute pinpoint_destination.



239
240
241
# File 'sig/types.rbs', line 239

def pinpoint_destination
  @pinpoint_destination
end

#sns_destinationTypes::SnsDestination

Returns the value of attribute sns_destination.



238
239
240
# File 'sig/types.rbs', line 238

def sns_destination
  @sns_destination
end