#[non_exhaustive]pub struct UpdateCompanyNetworkConfigurationInput { /* private fields */ }Implementations
sourceimpl UpdateCompanyNetworkConfigurationInput
impl UpdateCompanyNetworkConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateCompanyNetworkConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateCompanyNetworkConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateCompanyNetworkConfiguration>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateCompanyNetworkConfigurationInput.
sourceimpl UpdateCompanyNetworkConfigurationInput
impl UpdateCompanyNetworkConfigurationInput
sourcepub fn subnet_ids(&self) -> Option<&[String]>
pub fn subnet_ids(&self) -> Option<&[String]>
The subnets used for X-ENI connections from Amazon WorkLink rendering containers.
sourcepub fn security_group_ids(&self) -> Option<&[String]>
pub fn security_group_ids(&self) -> Option<&[String]>
The security groups associated with access to the provided subnets.
Trait Implementations
sourceimpl Clone for UpdateCompanyNetworkConfigurationInput
impl Clone for UpdateCompanyNetworkConfigurationInput
sourcefn clone(&self) -> UpdateCompanyNetworkConfigurationInput
fn clone(&self) -> UpdateCompanyNetworkConfigurationInput
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<UpdateCompanyNetworkConfigurationInput> for UpdateCompanyNetworkConfigurationInput
impl PartialEq<UpdateCompanyNetworkConfigurationInput> for UpdateCompanyNetworkConfigurationInput
sourcefn eq(&self, other: &UpdateCompanyNetworkConfigurationInput) -> bool
fn eq(&self, other: &UpdateCompanyNetworkConfigurationInput) -> bool
impl StructuralPartialEq for UpdateCompanyNetworkConfigurationInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateCompanyNetworkConfigurationInput
impl Send for UpdateCompanyNetworkConfigurationInput
impl Sync for UpdateCompanyNetworkConfigurationInput
impl Unpin for UpdateCompanyNetworkConfigurationInput
impl UnwindSafe for UpdateCompanyNetworkConfigurationInput
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