#[non_exhaustive]pub struct ModifyWorkspaceAccessPropertiesInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for ModifyWorkspaceAccessPropertiesInput
impl Clone for ModifyWorkspaceAccessPropertiesInput
sourcefn clone(&self) -> ModifyWorkspaceAccessPropertiesInput
fn clone(&self) -> ModifyWorkspaceAccessPropertiesInput
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 PartialEq<ModifyWorkspaceAccessPropertiesInput> for ModifyWorkspaceAccessPropertiesInput
impl PartialEq<ModifyWorkspaceAccessPropertiesInput> for ModifyWorkspaceAccessPropertiesInput
sourcefn eq(&self, other: &ModifyWorkspaceAccessPropertiesInput) -> bool
fn eq(&self, other: &ModifyWorkspaceAccessPropertiesInput) -> bool
impl StructuralPartialEq for ModifyWorkspaceAccessPropertiesInput
Auto Trait Implementations
impl RefUnwindSafe for ModifyWorkspaceAccessPropertiesInput
impl Send for ModifyWorkspaceAccessPropertiesInput
impl Sync for ModifyWorkspaceAccessPropertiesInput
impl Unpin for ModifyWorkspaceAccessPropertiesInput
impl UnwindSafe for ModifyWorkspaceAccessPropertiesInput
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