[−][src]Struct rusoto_alexaforbusiness::UpdateNetworkProfileRequest
Fields
The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices.
current_password: Option<String>
The current password of the Wi-Fi network.
description: Option<String>
Detailed information about a device's network profile.
network_profile_arn: String
The ARN of the network profile associated with a device.
network_profile_name: Option<String>
The name of the network profile associated with a device.
next_password: Option<String>
The next, or subsequent, password of the Wi-Fi network. This password is asynchronously transmitted to the device and is used when the password of the network changes to NextPassword.
trust_anchors: Option<Vec<String>>
The root certificate(s) of your authentication server that will be installed on your devices and used to trust your authentication server during EAP negotiation.
Trait Implementations
impl PartialEq<UpdateNetworkProfileRequest> for UpdateNetworkProfileRequest
[src]
fn eq(&self, other: &UpdateNetworkProfileRequest) -> bool
[src]
fn ne(&self, other: &UpdateNetworkProfileRequest) -> bool
[src]
impl Default for UpdateNetworkProfileRequest
[src]
impl Clone for UpdateNetworkProfileRequest
[src]
fn clone(&self) -> UpdateNetworkProfileRequest
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for UpdateNetworkProfileRequest
[src]
impl Serialize for UpdateNetworkProfileRequest
[src]
Auto Trait Implementations
impl Send for UpdateNetworkProfileRequest
impl Sync for UpdateNetworkProfileRequest
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self