#[non_exhaustive]pub struct GetIdentityVerificationAttributesInput { /* private fields */ }
Expand description
Represents a request to return the Amazon SES verification status of a list of identities. For domain identities, this request also returns the verification token. For information about verifying identities with Amazon SES, see the Amazon SES Developer Guide.
Implementations§
source§impl GetIdentityVerificationAttributesInput
impl GetIdentityVerificationAttributesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetIdentityVerificationAttributes, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetIdentityVerificationAttributes, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetIdentityVerificationAttributes
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetIdentityVerificationAttributesInput
.
source§impl GetIdentityVerificationAttributesInput
impl GetIdentityVerificationAttributesInput
sourcepub fn identities(&self) -> Option<&[String]>
pub fn identities(&self) -> Option<&[String]>
A list of identities.
Trait Implementations§
source§impl Clone for GetIdentityVerificationAttributesInput
impl Clone for GetIdentityVerificationAttributesInput
source§fn clone(&self) -> GetIdentityVerificationAttributesInput
fn clone(&self) -> GetIdentityVerificationAttributesInput
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<GetIdentityVerificationAttributesInput> for GetIdentityVerificationAttributesInput
impl PartialEq<GetIdentityVerificationAttributesInput> for GetIdentityVerificationAttributesInput
source§fn eq(&self, other: &GetIdentityVerificationAttributesInput) -> bool
fn eq(&self, other: &GetIdentityVerificationAttributesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.