Struct aws_sdk_iotwireless::operation::get_network_analyzer_configuration::GetNetworkAnalyzerConfigurationOutput
source · #[non_exhaustive]pub struct GetNetworkAnalyzerConfigurationOutput {
pub trace_content: Option<TraceContent>,
pub wireless_devices: Option<Vec<String>>,
pub wireless_gateways: Option<Vec<String>>,
pub description: Option<String>,
pub arn: Option<String>,
pub name: Option<String>,
pub multicast_groups: Option<Vec<String>>,
/* private fields */
}
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.trace_content: Option<TraceContent>
Trace content for your wireless gateway and wireless device resources.
wireless_devices: Option<Vec<String>>
List of wireless gateway resources that have been added to the network analyzer configuration.
wireless_gateways: Option<Vec<String>>
List of wireless gateway resources that have been added to the network analyzer configuration.
description: Option<String>
The description of the new resource.
arn: Option<String>
The Amazon Resource Name of the new resource.
name: Option<String>
Name of the network analyzer configuration.
multicast_groups: Option<Vec<String>>
List of multicast group resources that have been added to the network analyzer configuration.
Implementations§
source§impl GetNetworkAnalyzerConfigurationOutput
impl GetNetworkAnalyzerConfigurationOutput
sourcepub fn trace_content(&self) -> Option<&TraceContent>
pub fn trace_content(&self) -> Option<&TraceContent>
Trace content for your wireless gateway and wireless device resources.
sourcepub fn wireless_devices(&self) -> Option<&[String]>
pub fn wireless_devices(&self) -> Option<&[String]>
List of wireless gateway resources that have been added to the network analyzer configuration.
sourcepub fn wireless_gateways(&self) -> Option<&[String]>
pub fn wireless_gateways(&self) -> Option<&[String]>
List of wireless gateway resources that have been added to the network analyzer configuration.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the new resource.
sourcepub fn multicast_groups(&self) -> Option<&[String]>
pub fn multicast_groups(&self) -> Option<&[String]>
List of multicast group resources that have been added to the network analyzer configuration.
source§impl GetNetworkAnalyzerConfigurationOutput
impl GetNetworkAnalyzerConfigurationOutput
sourcepub fn builder() -> GetNetworkAnalyzerConfigurationOutputBuilder
pub fn builder() -> GetNetworkAnalyzerConfigurationOutputBuilder
Creates a new builder-style object to manufacture GetNetworkAnalyzerConfigurationOutput
.
Trait Implementations§
source§impl Clone for GetNetworkAnalyzerConfigurationOutput
impl Clone for GetNetworkAnalyzerConfigurationOutput
source§fn clone(&self) -> GetNetworkAnalyzerConfigurationOutput
fn clone(&self) -> GetNetworkAnalyzerConfigurationOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for GetNetworkAnalyzerConfigurationOutput
impl PartialEq for GetNetworkAnalyzerConfigurationOutput
source§fn eq(&self, other: &GetNetworkAnalyzerConfigurationOutput) -> bool
fn eq(&self, other: &GetNetworkAnalyzerConfigurationOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetNetworkAnalyzerConfigurationOutput
impl RequestId for GetNetworkAnalyzerConfigurationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.