Struct aws_sdk_cognitoidentityprovider::operation::set_risk_configuration::SetRiskConfigurationOutput
source · #[non_exhaustive]pub struct SetRiskConfigurationOutput {
pub risk_configuration: Option<RiskConfigurationType>,
/* private fields */
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.risk_configuration: Option<RiskConfigurationType>The risk configuration.
Implementations§
source§impl SetRiskConfigurationOutput
impl SetRiskConfigurationOutput
sourcepub fn risk_configuration(&self) -> Option<&RiskConfigurationType>
pub fn risk_configuration(&self) -> Option<&RiskConfigurationType>
The risk configuration.
source§impl SetRiskConfigurationOutput
impl SetRiskConfigurationOutput
sourcepub fn builder() -> SetRiskConfigurationOutputBuilder
pub fn builder() -> SetRiskConfigurationOutputBuilder
Creates a new builder-style object to manufacture SetRiskConfigurationOutput.
Trait Implementations§
source§impl Clone for SetRiskConfigurationOutput
impl Clone for SetRiskConfigurationOutput
source§fn clone(&self) -> SetRiskConfigurationOutput
fn clone(&self) -> SetRiskConfigurationOutput
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 SetRiskConfigurationOutput
impl Debug for SetRiskConfigurationOutput
source§impl PartialEq for SetRiskConfigurationOutput
impl PartialEq for SetRiskConfigurationOutput
source§fn eq(&self, other: &SetRiskConfigurationOutput) -> bool
fn eq(&self, other: &SetRiskConfigurationOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for SetRiskConfigurationOutput
impl RequestId for SetRiskConfigurationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for SetRiskConfigurationOutput
Auto Trait Implementations§
impl RefUnwindSafe for SetRiskConfigurationOutput
impl Send for SetRiskConfigurationOutput
impl Sync for SetRiskConfigurationOutput
impl Unpin for SetRiskConfigurationOutput
impl UnwindSafe for SetRiskConfigurationOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.