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]

[src]

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

impl Debug for SalesforceAction
[src]

[src]

Formats the value using the given formatter.

impl Clone for SalesforceAction
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more