Class CfnMailManagerRuleSet.RuleNumberToEvaluateProperty
The number to evaluate in a numeric condition expression.
Inherited Members
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMailManagerRuleSet.RuleNumberToEvaluateProperty : CfnMailManagerRuleSet.IRuleNumberToEvaluateProperty
Syntax (vb)
Public Class CfnMailManagerRuleSet.RuleNumberToEvaluateProperty Implements CfnMailManagerRuleSet.IRuleNumberToEvaluateProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SES;
var ruleNumberToEvaluateProperty = new RuleNumberToEvaluateProperty {
Attribute = "attribute"
};
Synopsis
Constructors
RuleNumberToEvaluateProperty() | The number to evaluate in a numeric condition expression. |
Properties
Attribute | An email attribute that is used as the number to evaluate. |
Constructors
RuleNumberToEvaluateProperty()
The number to evaluate in a numeric condition expression.
public RuleNumberToEvaluateProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SES;
var ruleNumberToEvaluateProperty = new RuleNumberToEvaluateProperty {
Attribute = "attribute"
};
Properties
Attribute
An email attribute that is used as the number to evaluate.
public string Attribute { get; set; }