IotEventsAction
public struct IotEventsAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the AWS IoT Events input where the data is sent.
Declaration
Swift
public let inputName: String -
You can configure the action payload when you send a message to an AWS IoT Events input.
Declaration
Swift
public let payload: Payload? -
Undocumented
Declaration
Swift
public init(inputName: String, payload: Payload? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
IotEventsAction Structure Reference