Struct aws_sdk_iam::input::GetSamlProviderInput
source · [−]#[non_exhaustive]pub struct GetSamlProviderInput { /* private fields */ }
Implementations
sourceimpl GetSamlProviderInput
impl GetSamlProviderInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSAMLProvider, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSAMLProvider, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetSAMLProvider
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetSamlProviderInput
.
sourceimpl GetSamlProviderInput
impl GetSamlProviderInput
sourcepub fn saml_provider_arn(&self) -> Option<&str>
pub fn saml_provider_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the SAML provider resource object in IAM to get information about.
For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
Trait Implementations
sourceimpl Clone for GetSamlProviderInput
impl Clone for GetSamlProviderInput
sourcefn clone(&self) -> GetSamlProviderInput
fn clone(&self) -> GetSamlProviderInput
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 GetSamlProviderInput
impl Debug for GetSamlProviderInput
sourceimpl PartialEq<GetSamlProviderInput> for GetSamlProviderInput
impl PartialEq<GetSamlProviderInput> for GetSamlProviderInput
sourcefn eq(&self, other: &GetSamlProviderInput) -> bool
fn eq(&self, other: &GetSamlProviderInput) -> bool
impl StructuralPartialEq for GetSamlProviderInput
Auto Trait Implementations
impl RefUnwindSafe for GetSamlProviderInput
impl Send for GetSamlProviderInput
impl Sync for GetSamlProviderInput
impl Unpin for GetSamlProviderInput
impl UnwindSafe for GetSamlProviderInput
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