Struct aws_sdk_macie2::input::UpdateMemberSessionInput
source · [−]#[non_exhaustive]pub struct UpdateMemberSessionInput { /* private fields */ }
Implementations
sourceimpl UpdateMemberSessionInput
impl UpdateMemberSessionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateMemberSession, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateMemberSession, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateMemberSession
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateMemberSessionInput
.
sourceimpl UpdateMemberSessionInput
impl UpdateMemberSessionInput
sourcepub fn id(&self) -> Option<&str>
pub fn id(&self) -> Option<&str>
The unique identifier for the Amazon Macie resource that the request applies to.
sourcepub fn status(&self) -> Option<&MacieStatus>
pub fn status(&self) -> Option<&MacieStatus>
Specifies the new status for the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.
Trait Implementations
sourceimpl Clone for UpdateMemberSessionInput
impl Clone for UpdateMemberSessionInput
sourcefn clone(&self) -> UpdateMemberSessionInput
fn clone(&self) -> UpdateMemberSessionInput
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 UpdateMemberSessionInput
impl Debug for UpdateMemberSessionInput
sourceimpl PartialEq<UpdateMemberSessionInput> for UpdateMemberSessionInput
impl PartialEq<UpdateMemberSessionInput> for UpdateMemberSessionInput
sourcefn eq(&self, other: &UpdateMemberSessionInput) -> bool
fn eq(&self, other: &UpdateMemberSessionInput) -> bool
impl StructuralPartialEq for UpdateMemberSessionInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateMemberSessionInput
impl Send for UpdateMemberSessionInput
impl Sync for UpdateMemberSessionInput
impl Unpin for UpdateMemberSessionInput
impl UnwindSafe for UpdateMemberSessionInput
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