Struct aws_sdk_iam::model::SamlProviderListEntry [−][src]
#[non_exhaustive]pub struct SamlProviderListEntry {
pub arn: Option<String>,
pub valid_until: Option<DateTime>,
pub create_date: Option<DateTime>,
}
Expand description
Contains the list of SAML providers for this account.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.arn: Option<String>
The Amazon Resource Name (ARN) of the SAML provider.
valid_until: Option<DateTime>
The expiration date and time for the SAML provider.
create_date: Option<DateTime>
The date and time when the SAML provider was created.
Implementations
Creates a new builder-style object to manufacture SamlProviderListEntry
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SamlProviderListEntry
impl Send for SamlProviderListEntry
impl Sync for SamlProviderListEntry
impl Unpin for SamlProviderListEntry
impl UnwindSafe for SamlProviderListEntry
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more