#[non_exhaustive]pub struct UpdateIdentityProviderConfigurationInput {
pub fleet_arn: Option<String>,
pub identity_provider_type: Option<IdentityProviderType>,
pub identity_provider_saml_metadata: Option<String>,
}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.fleet_arn: Option<String>The ARN of the fleet.
identity_provider_type: Option<IdentityProviderType>The type of identity provider.
identity_provider_saml_metadata: Option<String>The SAML metadata document provided by the customer’s identity provider. The existing IdentityProviderSamlMetadata is unset if null is passed.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateIdentityProviderConfiguration, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateIdentityProviderConfiguration, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateIdentityProviderConfiguration>
Creates a new builder-style object to manufacture UpdateIdentityProviderConfigurationInput
The type of identity provider.
The SAML metadata document provided by the customer’s identity provider. The existing IdentityProviderSamlMetadata is unset if null is passed.
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
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