#[non_exhaustive]pub struct CreateStandbyWorkspacesInput { /* private fields */ }
Implementations§
source§impl CreateStandbyWorkspacesInput
impl CreateStandbyWorkspacesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateStandbyWorkspaces, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateStandbyWorkspaces, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateStandbyWorkspaces
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateStandbyWorkspacesInput
.
source§impl CreateStandbyWorkspacesInput
impl CreateStandbyWorkspacesInput
sourcepub fn primary_region(&self) -> Option<&str>
pub fn primary_region(&self) -> Option<&str>
The Region of the primary WorkSpace.
sourcepub fn standby_workspaces(&self) -> Option<&[StandbyWorkspace]>
pub fn standby_workspaces(&self) -> Option<&[StandbyWorkspace]>
Information about the Standby WorkSpace to be created.
Trait Implementations§
source§impl Clone for CreateStandbyWorkspacesInput
impl Clone for CreateStandbyWorkspacesInput
source§fn clone(&self) -> CreateStandbyWorkspacesInput
fn clone(&self) -> CreateStandbyWorkspacesInput
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 CreateStandbyWorkspacesInput
impl Debug for CreateStandbyWorkspacesInput
source§impl PartialEq<CreateStandbyWorkspacesInput> for CreateStandbyWorkspacesInput
impl PartialEq<CreateStandbyWorkspacesInput> for CreateStandbyWorkspacesInput
source§fn eq(&self, other: &CreateStandbyWorkspacesInput) -> bool
fn eq(&self, other: &CreateStandbyWorkspacesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.