Struct aws_sdk_workspaces::input::RebootWorkspacesInput
source · #[non_exhaustive]pub struct RebootWorkspacesInput { /* private fields */ }
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for RebootWorkspacesInput
impl Clone for RebootWorkspacesInput
source§fn clone(&self) -> RebootWorkspacesInput
fn clone(&self) -> RebootWorkspacesInput
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 RebootWorkspacesInput
impl Debug for RebootWorkspacesInput
source§impl PartialEq<RebootWorkspacesInput> for RebootWorkspacesInput
impl PartialEq<RebootWorkspacesInput> for RebootWorkspacesInput
source§fn eq(&self, other: &RebootWorkspacesInput) -> bool
fn eq(&self, other: &RebootWorkspacesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.