AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the GetTrafficPolicy operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.MailManager.Model.GetTrafficPolicyResponse

Namespace: Amazon.MailManager.Model
Assembly: AWSSDK.MailManager.dll
Version: 3.x.y.z

Syntax

C#
public class GetTrafficPolicyResponse : AmazonWebServiceResponse

The GetTrafficPolicyResponse type exposes the following members

Constructors

NameDescription
Public Method GetTrafficPolicyResponse()

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreatedTimestamp System.DateTime

Gets and sets the property CreatedTimestamp.

The timestamp of when the traffic policy was created.

Public Property DefaultAction Amazon.MailManager.AcceptAction

Gets and sets the property DefaultAction.

The default action of the traffic policy.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LastUpdatedTimestamp System.DateTime

Gets and sets the property LastUpdatedTimestamp.

The timestamp of when the traffic policy was last updated.

Public Property MaxMessageSizeBytes System.Int32

Gets and sets the property MaxMessageSizeBytes.

The maximum message size in bytes of email which is allowed in by this traffic policy—anything larger will be blocked.

Public Property PolicyStatements System.Collections.Generic.List<Amazon.MailManager.Model.PolicyStatement>

Gets and sets the property PolicyStatements.

The list of conditions which are in the traffic policy resource.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property TrafficPolicyArn System.String

Gets and sets the property TrafficPolicyArn.

The Amazon Resource Name (ARN) of the traffic policy resource.

Public Property TrafficPolicyId System.String

Gets and sets the property TrafficPolicyId.

The identifier of the traffic policy resource.

Public Property TrafficPolicyName System.String

Gets and sets the property TrafficPolicyName.

A user-friendly name for the traffic policy resource.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5