#[non_exhaustive]pub struct RegisterSlackWorkspaceForOrganizationOutput { /* private fields */ }
Implementations§
source§impl RegisterSlackWorkspaceForOrganizationOutput
impl RegisterSlackWorkspaceForOrganizationOutput
sourcepub fn team_id(&self) -> Option<&str>
pub fn team_id(&self) -> Option<&str>
The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG
.
sourcepub fn account_type(&self) -> Option<&AccountType>
pub fn account_type(&self) -> Option<&AccountType>
Whether the Amazon Web Services account is a management or member account that's part of an organization in Organizations.
source§impl RegisterSlackWorkspaceForOrganizationOutput
impl RegisterSlackWorkspaceForOrganizationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RegisterSlackWorkspaceForOrganizationOutput
.
Trait Implementations§
source§impl Clone for RegisterSlackWorkspaceForOrganizationOutput
impl Clone for RegisterSlackWorkspaceForOrganizationOutput
source§fn clone(&self) -> RegisterSlackWorkspaceForOrganizationOutput
fn clone(&self) -> RegisterSlackWorkspaceForOrganizationOutput
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 moresource§impl PartialEq<RegisterSlackWorkspaceForOrganizationOutput> for RegisterSlackWorkspaceForOrganizationOutput
impl PartialEq<RegisterSlackWorkspaceForOrganizationOutput> for RegisterSlackWorkspaceForOrganizationOutput
source§fn eq(&self, other: &RegisterSlackWorkspaceForOrganizationOutput) -> bool
fn eq(&self, other: &RegisterSlackWorkspaceForOrganizationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.