#[non_exhaustive]pub struct UpdateMemberSessionInput { /* private fields */ }
Implementations§
source§impl 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.
source§impl UpdateMemberSessionInput
impl UpdateMemberSessionInput
sourcepub fn builder() -> UpdateMemberSessionInputBuilder
pub fn builder() -> UpdateMemberSessionInputBuilder
Creates a new builder-style object to manufacture UpdateMemberSessionInput
.
source§impl 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
>
Trait Implementations§
source§impl Clone for UpdateMemberSessionInput
impl Clone for UpdateMemberSessionInput
source§fn clone(&self) -> UpdateMemberSessionInput
fn clone(&self) -> UpdateMemberSessionInput
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 UpdateMemberSessionInput
impl Debug for UpdateMemberSessionInput
source§impl PartialEq<UpdateMemberSessionInput> for UpdateMemberSessionInput
impl PartialEq<UpdateMemberSessionInput> for UpdateMemberSessionInput
source§fn eq(&self, other: &UpdateMemberSessionInput) -> bool
fn eq(&self, other: &UpdateMemberSessionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.