Struct aws_sdk_directory::input::EnableRadiusInput
source · [−]#[non_exhaustive]pub struct EnableRadiusInput { /* private fields */ }Expand description
Contains the inputs for the EnableRadius operation.
Implementations
sourceimpl EnableRadiusInput
impl EnableRadiusInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<EnableRadius, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<EnableRadius, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<EnableRadius>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EnableRadiusInput.
sourceimpl EnableRadiusInput
impl EnableRadiusInput
sourcepub fn directory_id(&self) -> Option<&str>
pub fn directory_id(&self) -> Option<&str>
The identifier of the directory for which to enable MFA.
sourcepub fn radius_settings(&self) -> Option<&RadiusSettings>
pub fn radius_settings(&self) -> Option<&RadiusSettings>
A RadiusSettings object that contains information about the RADIUS server.
Trait Implementations
sourceimpl Clone for EnableRadiusInput
impl Clone for EnableRadiusInput
sourcefn clone(&self) -> EnableRadiusInput
fn clone(&self) -> EnableRadiusInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for EnableRadiusInput
impl Debug for EnableRadiusInput
sourceimpl PartialEq<EnableRadiusInput> for EnableRadiusInput
impl PartialEq<EnableRadiusInput> for EnableRadiusInput
sourcefn eq(&self, other: &EnableRadiusInput) -> bool
fn eq(&self, other: &EnableRadiusInput) -> bool
impl StructuralPartialEq for EnableRadiusInput
Auto Trait Implementations
impl RefUnwindSafe for EnableRadiusInput
impl Send for EnableRadiusInput
impl Sync for EnableRadiusInput
impl Unpin for EnableRadiusInput
impl UnwindSafe for EnableRadiusInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more