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.
Represents the metadata and receipt rules for the receipt rule set that is currently active.
Namespace: Amazon.SimpleEmail.Model
Assembly: AWSSDK.SimpleEmail.dll
Version: 3.x.y.z
public class DescribeActiveReceiptRuleSetResponse : AmazonWebServiceResponse
The DescribeActiveReceiptRuleSetResponse type exposes the following members
Name | Description | |
---|---|---|
![]() |
DescribeActiveReceiptRuleSetResponse() |
Name | Type | Description | |
---|---|---|---|
![]() |
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
Metadata | Amazon.SimpleEmail.Model.ReceiptRuleSetMetadata |
Gets and sets the property Metadata. The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created. |
![]() |
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
Rules | System.Collections.Generic.List<Amazon.SimpleEmail.Model.ReceiptRule> |
Gets and sets the property Rules. The receipt rules that belong to the active rule set. |
The following example returns the metadata and receipt rules for the receipt rule set that is currently active:
var client = new AmazonSimpleEmailServiceClient(); var response = client.DescribeActiveReceiptRuleSet(new DescribeActiveReceiptRuleSetRequest { }); ReceiptRuleSetMetadata metadata = response.Metadata; List<ReceiptRule> rules = response.Rules;
.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