Struct aws_sdk_macie2::input::UpdateMemberSessionInput
source · [−]#[non_exhaustive]pub struct UpdateMemberSessionInput {
pub id: Option<String>,
pub status: Option<MacieStatus>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.id: Option<String>
The unique identifier for the Amazon Macie resource or account that the request applies to.
status: 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.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateMemberSession, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateMemberSession, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateMemberSession
>
Creates a new builder-style object to manufacture UpdateMemberSessionInput
The unique identifier for the Amazon Macie resource or account that the request applies to.
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more