Struct aws_sdk_grafana::model::AwsSsoAuthentication
source · [−]#[non_exhaustive]pub struct AwsSsoAuthentication { /* private fields */ }
Expand description
A structure containing information about how this workspace works with Amazon Web Services SSO.
Implementations
sourceimpl AwsSsoAuthentication
impl AwsSsoAuthentication
sourcepub fn sso_client_id(&self) -> Option<&str>
pub fn sso_client_id(&self) -> Option<&str>
The ID of the Amazon Web Services SSO-managed application that is created by Amazon Managed Grafana.
sourceimpl AwsSsoAuthentication
impl AwsSsoAuthentication
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsSsoAuthentication
.
Trait Implementations
sourceimpl Clone for AwsSsoAuthentication
impl Clone for AwsSsoAuthentication
sourcefn clone(&self) -> AwsSsoAuthentication
fn clone(&self) -> AwsSsoAuthentication
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 Debug for AwsSsoAuthentication
impl Debug for AwsSsoAuthentication
sourceimpl PartialEq<AwsSsoAuthentication> for AwsSsoAuthentication
impl PartialEq<AwsSsoAuthentication> for AwsSsoAuthentication
sourcefn eq(&self, other: &AwsSsoAuthentication) -> bool
fn eq(&self, other: &AwsSsoAuthentication) -> bool
impl StructuralPartialEq for AwsSsoAuthentication
Auto Trait Implementations
impl RefUnwindSafe for AwsSsoAuthentication
impl Send for AwsSsoAuthentication
impl Sync for AwsSsoAuthentication
impl Unpin for AwsSsoAuthentication
impl UnwindSafe for AwsSsoAuthentication
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