Struct aws_sdk_ec2::model::FederatedAuthentication [−][src]
#[non_exhaustive]pub struct FederatedAuthentication {
pub saml_provider_arn: Option<String>,
pub self_service_saml_provider_arn: Option<String>,
}
Expand description
Describes the IAM SAML identity providers used for federated authentication.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.saml_provider_arn: Option<String>
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
self_service_saml_provider_arn: Option<String>
The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.
Implementations
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.
Creates a new builder-style object to manufacture FederatedAuthentication
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 FederatedAuthentication
impl Send for FederatedAuthentication
impl Sync for FederatedAuthentication
impl Unpin for FederatedAuthentication
impl UnwindSafe for FederatedAuthentication
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