#[non_exhaustive]pub struct AwsApiCallActionDomainDetails { /* private fields */ }
Expand description
Provided if CallerType
is domain
. It provides information about the DNS domain that issued the API call.
Implementations§
source§impl AwsApiCallActionDomainDetails
impl AwsApiCallActionDomainDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsApiCallActionDomainDetails
.
Trait Implementations§
source§impl Clone for AwsApiCallActionDomainDetails
impl Clone for AwsApiCallActionDomainDetails
source§fn clone(&self) -> AwsApiCallActionDomainDetails
fn clone(&self) -> AwsApiCallActionDomainDetails
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 moresource§impl PartialEq<AwsApiCallActionDomainDetails> for AwsApiCallActionDomainDetails
impl PartialEq<AwsApiCallActionDomainDetails> for AwsApiCallActionDomainDetails
source§fn eq(&self, other: &AwsApiCallActionDomainDetails) -> bool
fn eq(&self, other: &AwsApiCallActionDomainDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.