#[non_exhaustive]pub struct ListNetworkSettingsOutput { /* private fields */ }
Implementations§
source§impl ListNetworkSettingsOutput
impl ListNetworkSettingsOutput
sourcepub fn network_settings(&self) -> Option<&[NetworkSettingsSummary]>
pub fn network_settings(&self) -> Option<&[NetworkSettingsSummary]>
The network settings.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token used to retrieve the next page of results for this operation.
source§impl ListNetworkSettingsOutput
impl ListNetworkSettingsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListNetworkSettingsOutput
.
Trait Implementations§
source§impl Clone for ListNetworkSettingsOutput
impl Clone for ListNetworkSettingsOutput
source§fn clone(&self) -> ListNetworkSettingsOutput
fn clone(&self) -> ListNetworkSettingsOutput
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 more