Struct aws_sdk_ses::input::GetIdentityDkimAttributesInput
source · #[non_exhaustive]pub struct GetIdentityDkimAttributesInput { /* private fields */ }
Expand description
Represents a request for the status of Amazon SES Easy DKIM signing for an identity. For domain identities, this request also returns the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES successfully verified that these tokens were published. For more information about Easy DKIM, see the Amazon SES Developer Guide.
Implementations§
source§impl GetIdentityDkimAttributesInput
impl GetIdentityDkimAttributesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetIdentityDkimAttributes, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetIdentityDkimAttributes, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetIdentityDkimAttributes
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetIdentityDkimAttributesInput
.
source§impl GetIdentityDkimAttributesInput
impl GetIdentityDkimAttributesInput
sourcepub fn identities(&self) -> Option<&[String]>
pub fn identities(&self) -> Option<&[String]>
A list of one or more verified identities - email addresses, domains, or both.
Trait Implementations§
source§impl Clone for GetIdentityDkimAttributesInput
impl Clone for GetIdentityDkimAttributesInput
source§fn clone(&self) -> GetIdentityDkimAttributesInput
fn clone(&self) -> GetIdentityDkimAttributesInput
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<GetIdentityDkimAttributesInput> for GetIdentityDkimAttributesInput
impl PartialEq<GetIdentityDkimAttributesInput> for GetIdentityDkimAttributesInput
source§fn eq(&self, other: &GetIdentityDkimAttributesInput) -> bool
fn eq(&self, other: &GetIdentityDkimAttributesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.