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§
source§impl 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.
source§impl AwsSsoAuthentication
impl AwsSsoAuthentication
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsSsoAuthentication
.
Trait Implementations§
source§impl Clone for AwsSsoAuthentication
impl Clone for AwsSsoAuthentication
source§fn clone(&self) -> AwsSsoAuthentication
fn clone(&self) -> AwsSsoAuthentication
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