pub struct UpdateDomainConfigurationResponse {
pub domain_configuration_arn: Option<String>,
pub domain_configuration_name: Option<String>,
}Fields§
§domain_configuration_arn: Option<String>The ARN of the domain configuration that was updated.
domain_configuration_name: Option<String>The name of the domain configuration that was updated.
Trait Implementations§
Source§impl Clone for UpdateDomainConfigurationResponse
impl Clone for UpdateDomainConfigurationResponse
Source§fn clone(&self) -> UpdateDomainConfigurationResponse
fn clone(&self) -> UpdateDomainConfigurationResponse
Returns a duplicate 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 Default for UpdateDomainConfigurationResponse
impl Default for UpdateDomainConfigurationResponse
Source§fn default() -> UpdateDomainConfigurationResponse
fn default() -> UpdateDomainConfigurationResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateDomainConfigurationResponse
impl<'de> Deserialize<'de> for UpdateDomainConfigurationResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UpdateDomainConfigurationResponse
impl PartialEq for UpdateDomainConfigurationResponse
Source§fn eq(&self, other: &UpdateDomainConfigurationResponse) -> bool
fn eq(&self, other: &UpdateDomainConfigurationResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateDomainConfigurationResponse
Auto Trait Implementations§
impl Freeze for UpdateDomainConfigurationResponse
impl RefUnwindSafe for UpdateDomainConfigurationResponse
impl Send for UpdateDomainConfigurationResponse
impl Sync for UpdateDomainConfigurationResponse
impl Unpin for UpdateDomainConfigurationResponse
impl UnwindSafe for UpdateDomainConfigurationResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more