Struct aws_sdk_macie2::model::DomainDetails
source · [−]#[non_exhaustive]pub struct DomainDetails { /* private fields */ }
Expand description
Provides information about the domain name of the device that an entity used to perform an action on an affected resource.
Implementations
sourceimpl DomainDetails
impl DomainDetails
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
The name of the domain.
sourceimpl DomainDetails
impl DomainDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DomainDetails
.
Trait Implementations
sourceimpl Clone for DomainDetails
impl Clone for DomainDetails
sourcefn clone(&self) -> DomainDetails
fn clone(&self) -> DomainDetails
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DomainDetails
impl Debug for DomainDetails
sourceimpl PartialEq<DomainDetails> for DomainDetails
impl PartialEq<DomainDetails> for DomainDetails
sourcefn eq(&self, other: &DomainDetails) -> bool
fn eq(&self, other: &DomainDetails) -> bool
impl StructuralPartialEq for DomainDetails
Auto Trait Implementations
impl RefUnwindSafe for DomainDetails
impl Send for DomainDetails
impl Sync for DomainDetails
impl Unpin for DomainDetails
impl UnwindSafe for DomainDetails
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more