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