Struct rusoto_iot::SalesforceAction[][src]

pub struct SalesforceAction {
    pub token: String,
    pub url: String,
}

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

Fields

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.

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.

Trait Implementations

impl Default for SalesforceAction
[src]

Returns the "default value" for a type. Read more

impl Debug for SalesforceAction
[src]

Formats the value using the given formatter. Read more

impl Clone for SalesforceAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SalesforceAction
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations