#[non_exhaustive]pub struct UpdateSecurityConfigInput { /* private fields */ }
Implementations§
source§impl UpdateSecurityConfigInput
impl UpdateSecurityConfigInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateSecurityConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateSecurityConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateSecurityConfig
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateSecurityConfigInput
.
source§impl UpdateSecurityConfigInput
impl UpdateSecurityConfigInput
sourcepub fn id(&self) -> Option<&str>
pub fn id(&self) -> Option<&str>
The security configuration identifier. For SAML the ID will be saml/<accountId>/<idpProviderName>
. For example, saml/123456789123/OKTADev
.
sourcepub fn config_version(&self) -> Option<&str>
pub fn config_version(&self) -> Option<&str>
The version of the security configuration to be updated. You can find the most recent version of a security configuration using the GetSecurityPolicy
command.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the security configuration.
sourcepub fn saml_options(&self) -> Option<&SamlConfigOptions>
pub fn saml_options(&self) -> Option<&SamlConfigOptions>
SAML options in in the form of a key-value map.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
Unique, case-sensitive identifier to ensure idempotency of the request.
Trait Implementations§
source§impl Clone for UpdateSecurityConfigInput
impl Clone for UpdateSecurityConfigInput
source§fn clone(&self) -> UpdateSecurityConfigInput
fn clone(&self) -> UpdateSecurityConfigInput
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 UpdateSecurityConfigInput
impl Debug for UpdateSecurityConfigInput
source§impl PartialEq<UpdateSecurityConfigInput> for UpdateSecurityConfigInput
impl PartialEq<UpdateSecurityConfigInput> for UpdateSecurityConfigInput
source§fn eq(&self, other: &UpdateSecurityConfigInput) -> bool
fn eq(&self, other: &UpdateSecurityConfigInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.