AWS SDK for .NET Documentation
GetIdentityVerificationAttributesRequest Class
AmazonAmazon.SimpleEmail.ModelGetIdentityVerificationAttributesRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the GetIdentityVerificationAttributes operation. Given a list of identities (email addresses and/or domains), returns the verification status and (for domain identities) the verification token for each identity.

This action is throttled at one request per second.

Declaration Syntax
C#
public class GetIdentityVerificationAttributesRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
GetIdentityVerificationAttributesRequest()()()()
Initializes a new instance of the GetIdentityVerificationAttributesRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Identities
Gets and sets the property Identities.

A list of identities.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithIdentities(array<String>[]()[][]) Obsolete.
Sets the Identities property

WithIdentities(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Sets the Identities property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 GetIdentityVerificationAttributesRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)