SalesforceAction
public struct SalesforceAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The token used to authenticate access to the Salesforce IoT Cloud Input Stream. The token is available from the Salesforce IoT Cloud platform after creation of the Input Stream.
Declaration
Swift
public let token: String
-
The URL exposed by the Salesforce IoT Cloud Input Stream. The URL is available from the Salesforce IoT Cloud platform after creation of the Input Stream.
Declaration
Swift
public let url: String
-
Undocumented
Declaration
Swift
public init(token: String, url: String)
-
Declaration
Swift
public func validate(name: String) throws