Struct aws_sdk_workspaces::input::RebootWorkspacesInput
source · [−]#[non_exhaustive]pub struct RebootWorkspacesInput { /* private fields */ }Implementations
sourceimpl RebootWorkspacesInput
impl RebootWorkspacesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RebootWorkspaces, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RebootWorkspaces, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RebootWorkspaces>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RebootWorkspacesInput.
sourceimpl RebootWorkspacesInput
impl RebootWorkspacesInput
sourcepub fn reboot_workspace_requests(&self) -> Option<&[RebootRequest]>
pub fn reboot_workspace_requests(&self) -> Option<&[RebootRequest]>
The WorkSpaces to reboot. You can specify up to 25 WorkSpaces.
Trait Implementations
sourceimpl Clone for RebootWorkspacesInput
impl Clone for RebootWorkspacesInput
sourcefn clone(&self) -> RebootWorkspacesInput
fn clone(&self) -> RebootWorkspacesInput
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 RebootWorkspacesInput
impl Debug for RebootWorkspacesInput
sourceimpl PartialEq<RebootWorkspacesInput> for RebootWorkspacesInput
impl PartialEq<RebootWorkspacesInput> for RebootWorkspacesInput
sourcefn eq(&self, other: &RebootWorkspacesInput) -> bool
fn eq(&self, other: &RebootWorkspacesInput) -> bool
impl StructuralPartialEq for RebootWorkspacesInput
Auto Trait Implementations
impl RefUnwindSafe for RebootWorkspacesInput
impl Send for RebootWorkspacesInput
impl Sync for RebootWorkspacesInput
impl Unpin for RebootWorkspacesInput
impl UnwindSafe for RebootWorkspacesInput
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