You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::SalesforceAction

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SalesforceAction as input to an Aws::Client method, you can use a vanilla Hash:

{
  token: "SalesforceToken", # required
  url: "SalesforceEndpoint", # required
}

Describes an action to write a message to a Salesforce IoT Cloud Input Stream.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#tokenString

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.

Returns:

  • (String)

    The token used to authenticate access to the Salesforce IoT Cloud Input Stream.

#urlString

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.

Returns:

  • (String)

    The URL exposed by the Salesforce IoT Cloud Input Stream.