#[non_exhaustive]pub struct UpdateNetworkAnalyzerConfigurationInput {
pub configuration_name: Option<String>,
pub trace_content: Option<TraceContent>,
pub wireless_devices_to_add: Option<Vec<String>>,
pub wireless_devices_to_remove: Option<Vec<String>>,
pub wireless_gateways_to_add: Option<Vec<String>>,
pub wireless_gateways_to_remove: Option<Vec<String>>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.configuration_name: Option<String>NetworkAnalyzer configuration name.
trace_content: Option<TraceContent>Trace Content for resources.
wireless_devices_to_add: Option<Vec<String>>WirelessDevices to add into NetworkAnalyzerConfiguration.
wireless_devices_to_remove: Option<Vec<String>>WirelessDevices to remove from NetworkAnalyzerConfiguration.
wireless_gateways_to_add: Option<Vec<String>>WirelessGateways to add into NetworkAnalyzerConfiguration.
wireless_gateways_to_remove: Option<Vec<String>>WirelessGateways to remove from NetworkAnalyzerConfiguration.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateNetworkAnalyzerConfiguration, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateNetworkAnalyzerConfiguration, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateNetworkAnalyzerConfiguration>
Creates a new builder-style object to manufacture UpdateNetworkAnalyzerConfigurationInput
NetworkAnalyzer configuration name.
Trace Content for resources.
WirelessDevices to add into NetworkAnalyzerConfiguration.
WirelessDevices to remove from NetworkAnalyzerConfiguration.
WirelessGateways to add into NetworkAnalyzerConfiguration.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
