#[non_exhaustive]pub struct GetIdentityNotificationAttributesInput { /* private fields */ }
Expand description
Represents a request to return the notification attributes for a list of identities you verified with Amazon SES. For information about Amazon SES notifications, see the Amazon SES Developer Guide.
Implementations§
source§impl GetIdentityNotificationAttributesInput
impl GetIdentityNotificationAttributesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetIdentityNotificationAttributes, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetIdentityNotificationAttributes, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetIdentityNotificationAttributes
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetIdentityNotificationAttributesInput
.
source§impl GetIdentityNotificationAttributesInput
impl GetIdentityNotificationAttributesInput
sourcepub fn identities(&self) -> Option<&[String]>
pub fn identities(&self) -> Option<&[String]>
A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: user@example.com
, example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
.
Trait Implementations§
source§impl Clone for GetIdentityNotificationAttributesInput
impl Clone for GetIdentityNotificationAttributesInput
source§fn clone(&self) -> GetIdentityNotificationAttributesInput
fn clone(&self) -> GetIdentityNotificationAttributesInput
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<GetIdentityNotificationAttributesInput> for GetIdentityNotificationAttributesInput
impl PartialEq<GetIdentityNotificationAttributesInput> for GetIdentityNotificationAttributesInput
source§fn eq(&self, other: &GetIdentityNotificationAttributesInput) -> bool
fn eq(&self, other: &GetIdentityNotificationAttributesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.