pub struct DeauthorizeDataShare { /* private fields */ }
Expand description
Fluent builder constructing a request to DeauthorizeDataShare
.
From a datashare producer account, removes authorization from the specified datashare.
Implementations§
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DeauthorizeDataShare, AwsResponseRetryClassifier>, SdkError<DeauthorizeDataShareError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DeauthorizeDataShare, AwsResponseRetryClassifier>, SdkError<DeauthorizeDataShareError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<DeauthorizeDataShareOutput, SdkError<DeauthorizeDataShareError>>
pub async fn send(
self
) -> Result<DeauthorizeDataShareOutput, SdkError<DeauthorizeDataShareError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
The Amazon Resource Name (ARN) of the datashare to remove authorization from.
The Amazon Resource Name (ARN) of the datashare to remove authorization from.
sourcepub fn consumer_identifier(self, input: impl Into<String>) -> Self
pub fn consumer_identifier(self, input: impl Into<String>) -> Self
The identifier of the data consumer that is to have authorization removed from the datashare. This identifier is an Amazon Web Services account ID or a keyword, such as ADX.
sourcepub fn set_consumer_identifier(self, input: Option<String>) -> Self
pub fn set_consumer_identifier(self, input: Option<String>) -> Self
The identifier of the data consumer that is to have authorization removed from the datashare. This identifier is an Amazon Web Services account ID or a keyword, such as ADX.
Trait Implementations§
source§fn clone(&self) -> DeauthorizeDataShare
fn clone(&self) -> DeauthorizeDataShare
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more