Class: Aws::IoTEvents::Types::SNSTopicPublishAction

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb

Overview

Information required to publish the Amazon SNS message.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#payloadTypes::Payload

You can configure the action payload when you send a message as an Amazon SNS push notification.

Returns:



2704
2705
2706
2707
2708
2709
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2704

class SNSTopicPublishAction < Struct.new(
  :target_arn,
  :payload)
  SENSITIVE = []
  include Aws::Structure
end

#target_arnString

The ARN of the Amazon SNS target where the message is sent.

Returns:

  • (String)


2704
2705
2706
2707
2708
2709
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2704

class SNSTopicPublishAction < Struct.new(
  :target_arn,
  :payload)
  SENSITIVE = []
  include Aws::Structure
end