#[non_exhaustive]pub struct DescribeWorkspaceAuthenticationInput { /* private fields */ }
Implementations
sourceimpl DescribeWorkspaceAuthenticationInput
impl DescribeWorkspaceAuthenticationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeWorkspaceAuthentication, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeWorkspaceAuthentication, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeWorkspaceAuthentication
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeWorkspaceAuthenticationInput
.
sourceimpl DescribeWorkspaceAuthenticationInput
impl DescribeWorkspaceAuthenticationInput
sourcepub fn workspace_id(&self) -> Option<&str>
pub fn workspace_id(&self) -> Option<&str>
The ID of the workspace to return authentication information about.
Trait Implementations
sourceimpl Clone for DescribeWorkspaceAuthenticationInput
impl Clone for DescribeWorkspaceAuthenticationInput
sourcefn clone(&self) -> DescribeWorkspaceAuthenticationInput
fn clone(&self) -> DescribeWorkspaceAuthenticationInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<DescribeWorkspaceAuthenticationInput> for DescribeWorkspaceAuthenticationInput
impl PartialEq<DescribeWorkspaceAuthenticationInput> for DescribeWorkspaceAuthenticationInput
sourcefn eq(&self, other: &DescribeWorkspaceAuthenticationInput) -> bool
fn eq(&self, other: &DescribeWorkspaceAuthenticationInput) -> bool
impl StructuralPartialEq for DescribeWorkspaceAuthenticationInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeWorkspaceAuthenticationInput
impl Send for DescribeWorkspaceAuthenticationInput
impl Sync for DescribeWorkspaceAuthenticationInput
impl Unpin for DescribeWorkspaceAuthenticationInput
impl UnwindSafe for DescribeWorkspaceAuthenticationInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more