Represents a list of SendDataPoint items returned from a successful GetSendStatistics request. This list contains aggregated data from the previous two weeks of sending activity.

Namespace: Amazon.SimpleEmail.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class GetSendStatisticsResult
Public Class GetSendStatisticsResult
public ref class GetSendStatisticsResult

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
GetSendStatisticsResult()()()()
Initializes a new instance of the GetSendStatisticsResult 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.)
SendDataPoints
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithSendDataPoints(array<SendDataPoint>[]()[][])
Adds elements to the SendDataPoints collection
WithSendDataPoints(IEnumerable<(Of <<'(SendDataPoint>)>>))
Adds elements to the SendDataPoints collection

Inheritance Hierarchy

System..::..Object
  Amazon.SimpleEmail.Model..::..GetSendStatisticsResult

See Also