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.



664
665
666
# File 'sig/types.rbs', line 664

def cloud_watch_destination
  @cloud_watch_destination
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


661
662
663
# File 'sig/types.rbs', line 661

def enabled
  @enabled
end

#event_bridge_destinationTypes::EventBridgeDestination

Returns the value of attribute event_bridge_destination.



666
667
668
# File 'sig/types.rbs', line 666

def event_bridge_destination
  @event_bridge_destination
end

#kinesis_firehose_destinationTypes::KinesisFirehoseDestination

Returns the value of attribute kinesis_firehose_destination.



663
664
665
# File 'sig/types.rbs', line 663

def kinesis_firehose_destination
  @kinesis_firehose_destination
end

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

Returns the value of attribute matching_event_types.

Returns:

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


662
663
664
# File 'sig/types.rbs', line 662

def matching_event_types
  @matching_event_types
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


660
661
662
# File 'sig/types.rbs', line 660

def name
  @name
end

#pinpoint_destinationTypes::PinpointDestination

Returns the value of attribute pinpoint_destination.



667
668
669
# File 'sig/types.rbs', line 667

def pinpoint_destination
  @pinpoint_destination
end

#sns_destinationTypes::SnsDestination

Returns the value of attribute sns_destination.



665
666
667
# File 'sig/types.rbs', line 665

def sns_destination
  @sns_destination
end