#[non_exhaustive]pub struct ModifyWorkspaceAccessPropertiesInput { /* private fields */ }
Implementations§
source§impl ModifyWorkspaceAccessPropertiesInput
impl ModifyWorkspaceAccessPropertiesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyWorkspaceAccessProperties, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyWorkspaceAccessProperties, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ModifyWorkspaceAccessProperties
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyWorkspaceAccessPropertiesInput
.
source§impl ModifyWorkspaceAccessPropertiesInput
impl ModifyWorkspaceAccessPropertiesInput
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The identifier of the directory.
sourcepub fn workspace_access_properties(&self) -> Option<&WorkspaceAccessProperties>
pub fn workspace_access_properties(&self) -> Option<&WorkspaceAccessProperties>
The device types and operating systems to enable or disable for access.
Trait Implementations§
source§impl Clone for ModifyWorkspaceAccessPropertiesInput
impl Clone for ModifyWorkspaceAccessPropertiesInput
source§fn clone(&self) -> ModifyWorkspaceAccessPropertiesInput
fn clone(&self) -> ModifyWorkspaceAccessPropertiesInput
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 PartialEq<ModifyWorkspaceAccessPropertiesInput> for ModifyWorkspaceAccessPropertiesInput
impl PartialEq<ModifyWorkspaceAccessPropertiesInput> for ModifyWorkspaceAccessPropertiesInput
source§fn eq(&self, other: &ModifyWorkspaceAccessPropertiesInput) -> bool
fn eq(&self, other: &ModifyWorkspaceAccessPropertiesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.