#[non_exhaustive]pub struct SlackWorkspaceConfiguration { /* private fields */ }
Expand description
The configuration for a Slack workspace that you added to an Amazon Web Services account.
Implementations§
source§impl SlackWorkspaceConfiguration
impl SlackWorkspaceConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SlackWorkspaceConfiguration
.
Trait Implementations§
source§impl Clone for SlackWorkspaceConfiguration
impl Clone for SlackWorkspaceConfiguration
source§fn clone(&self) -> SlackWorkspaceConfiguration
fn clone(&self) -> SlackWorkspaceConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more