Struct aws_sdk_iot::model::SalesforceAction [−][src]
#[non_exhaustive]pub struct SalesforceAction {
pub token: Option<String>,
pub url: Option<String>,
}
Expand description
Describes an action to write a message to a Salesforce IoT Cloud Input Stream.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.token: Option<String>
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.
url: Option<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.
Implementations
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.
Creates a new builder-style object to manufacture SalesforceAction
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SalesforceAction
impl Send for SalesforceAction
impl Sync for SalesforceAction
impl Unpin for SalesforceAction
impl UnwindSafe for SalesforceAction
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more