Struct aws_sdk_appflow::model::HoneycodeConnectorProfileCredentials [−][src]
#[non_exhaustive]pub struct HoneycodeConnectorProfileCredentials {
pub access_token: Option<String>,
pub refresh_token: Option<String>,
pub o_auth_request: Option<ConnectorOAuthRequest>,
}
Expand description
The connector-specific credentials required when using Amazon Honeycode.
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.access_token: Option<String>
The credentials used to access protected Amazon Honeycode resources.
refresh_token: Option<String>
The credentials used to acquire new access tokens.
o_auth_request: Option<ConnectorOAuthRequest>
Used by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.
Implementations
The credentials used to access protected Amazon Honeycode resources.
The credentials used to acquire new access tokens.
Used by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.
Creates a new builder-style object to manufacture HoneycodeConnectorProfileCredentials
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 Send for HoneycodeConnectorProfileCredentials
impl Sync for HoneycodeConnectorProfileCredentials
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