Struct aws_sdk_grafana::operation::describe_workspace_authentication::DescribeWorkspaceAuthenticationOutput
source · #[non_exhaustive]pub struct DescribeWorkspaceAuthenticationOutput { /* private fields */ }
Implementations§
source§impl DescribeWorkspaceAuthenticationOutput
impl DescribeWorkspaceAuthenticationOutput
sourcepub fn authentication(&self) -> Option<&AuthenticationDescription>
pub fn authentication(&self) -> Option<&AuthenticationDescription>
A structure containing information about the authentication methods used in the workspace.
source§impl DescribeWorkspaceAuthenticationOutput
impl DescribeWorkspaceAuthenticationOutput
sourcepub fn builder() -> DescribeWorkspaceAuthenticationOutputBuilder
pub fn builder() -> DescribeWorkspaceAuthenticationOutputBuilder
Creates a new builder-style object to manufacture DescribeWorkspaceAuthenticationOutput
.
Trait Implementations§
source§impl Clone for DescribeWorkspaceAuthenticationOutput
impl Clone for DescribeWorkspaceAuthenticationOutput
source§fn clone(&self) -> DescribeWorkspaceAuthenticationOutput
fn clone(&self) -> DescribeWorkspaceAuthenticationOutput
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<DescribeWorkspaceAuthenticationOutput> for DescribeWorkspaceAuthenticationOutput
impl PartialEq<DescribeWorkspaceAuthenticationOutput> for DescribeWorkspaceAuthenticationOutput
source§fn eq(&self, other: &DescribeWorkspaceAuthenticationOutput) -> bool
fn eq(&self, other: &DescribeWorkspaceAuthenticationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeWorkspaceAuthenticationOutput
impl RequestId for DescribeWorkspaceAuthenticationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.