#[non_exhaustive]pub struct CreateSecurityConfigInput { /* private fields */ }
Implementations§
source§impl CreateSecurityConfigInput
impl CreateSecurityConfigInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateSecurityConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateSecurityConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateSecurityConfig
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateSecurityConfigInput
.
source§impl CreateSecurityConfigInput
impl CreateSecurityConfigInput
sourcepub fn type(&self) -> Option<&SecurityConfigType>
pub fn type(&self) -> Option<&SecurityConfigType>
The type of security configuration.
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>
Describes 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 CreateSecurityConfigInput
impl Clone for CreateSecurityConfigInput
source§fn clone(&self) -> CreateSecurityConfigInput
fn clone(&self) -> CreateSecurityConfigInput
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 CreateSecurityConfigInput
impl Debug for CreateSecurityConfigInput
source§impl PartialEq<CreateSecurityConfigInput> for CreateSecurityConfigInput
impl PartialEq<CreateSecurityConfigInput> for CreateSecurityConfigInput
source§fn eq(&self, other: &CreateSecurityConfigInput) -> bool
fn eq(&self, other: &CreateSecurityConfigInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.