Class: Aws::IoTEvents::Types::SNSTopicPublishAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::SNSTopicPublishAction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Overview
Information required to publish the Amazon SNS message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#payload ⇒ Types::Payload
You can configure the action payload when you send a message as an Amazon SNS push notification.
-
#target_arn ⇒ String
The ARN of the Amazon SNS target where the message is sent.
Instance Attribute Details
#payload ⇒ Types::Payload
You can configure the action payload when you send a message as an Amazon SNS push notification.
2703 2704 2705 2706 2707 2708 |
# File 'lib/aws-sdk-iotevents/types.rb', line 2703 class SNSTopicPublishAction < Struct.new( :target_arn, :payload) SENSITIVE = [] include Aws::Structure end |
#target_arn ⇒ String
The ARN of the Amazon SNS target where the message is sent.
2703 2704 2705 2706 2707 2708 |
# File 'lib/aws-sdk-iotevents/types.rb', line 2703 class SNSTopicPublishAction < Struct.new( :target_arn, :payload) SENSITIVE = [] include Aws::Structure end |