pub struct DeleteSlackWorkspaceConfiguration { /* private fields */ }
Expand description
Fluent builder constructing a request to DeleteSlackWorkspaceConfiguration
.
Deletes a Slack workspace configuration from your Amazon Web Services account. This operation doesn't delete your Slack workspace.
Implementations§
source§impl DeleteSlackWorkspaceConfiguration
impl DeleteSlackWorkspaceConfiguration
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DeleteSlackWorkspaceConfiguration, AwsResponseRetryClassifier>, SdkError<DeleteSlackWorkspaceConfigurationError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DeleteSlackWorkspaceConfiguration, AwsResponseRetryClassifier>, SdkError<DeleteSlackWorkspaceConfigurationError>>
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<DeleteSlackWorkspaceConfigurationOutput, SdkError<DeleteSlackWorkspaceConfigurationError>>
pub async fn send(
self
) -> Result<DeleteSlackWorkspaceConfigurationOutput, SdkError<DeleteSlackWorkspaceConfigurationError>>
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.
sourcepub fn team_id(self, input: impl Into<String>) -> Self
pub fn team_id(self, input: impl Into<String>) -> Self
The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG
.
sourcepub fn set_team_id(self, input: Option<String>) -> Self
pub fn set_team_id(self, input: Option<String>) -> Self
The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG
.
Trait Implementations§
source§impl Clone for DeleteSlackWorkspaceConfiguration
impl Clone for DeleteSlackWorkspaceConfiguration
source§fn clone(&self) -> DeleteSlackWorkspaceConfiguration
fn clone(&self) -> DeleteSlackWorkspaceConfiguration
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more