#[non_exhaustive]pub struct ModifySamlPropertiesInput { /* private fields */ }
Implementations§
source§impl ModifySamlPropertiesInput
impl ModifySamlPropertiesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifySamlProperties, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifySamlProperties, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ModifySamlProperties
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifySamlPropertiesInput
.
source§impl ModifySamlPropertiesInput
impl ModifySamlPropertiesInput
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The directory identifier for which you want to configure SAML properties.
sourcepub fn saml_properties(&self) -> Option<&SamlProperties>
pub fn saml_properties(&self) -> Option<&SamlProperties>
The properties for configuring SAML 2.0 authentication.
sourcepub fn properties_to_delete(&self) -> Option<&[DeletableSamlProperty]>
pub fn properties_to_delete(&self) -> Option<&[DeletableSamlProperty]>
The SAML properties to delete as part of your request.
Specify one of the following options:
-
SAML_PROPERTIES_USER_ACCESS_URL
to delete the user access URL. -
SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME
to delete the relay state parameter name.
Trait Implementations§
source§impl Clone for ModifySamlPropertiesInput
impl Clone for ModifySamlPropertiesInput
source§fn clone(&self) -> ModifySamlPropertiesInput
fn clone(&self) -> ModifySamlPropertiesInput
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 moresource§impl Debug for ModifySamlPropertiesInput
impl Debug for ModifySamlPropertiesInput
source§impl PartialEq<ModifySamlPropertiesInput> for ModifySamlPropertiesInput
impl PartialEq<ModifySamlPropertiesInput> for ModifySamlPropertiesInput
source§fn eq(&self, other: &ModifySamlPropertiesInput) -> bool
fn eq(&self, other: &ModifySamlPropertiesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.