Class CfnMailManagerRuleSet.RuleBooleanToEvaluateProperty
The union type representing the allowed types of operands for a boolean condition.
Inheritance
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class RuleBooleanToEvaluateProperty : Object, CfnMailManagerRuleSet.IRuleBooleanToEvaluateProperty
Syntax (vb)
Public Class RuleBooleanToEvaluateProperty
Inherits Object
Implements CfnMailManagerRuleSet.IRuleBooleanToEvaluateProperty
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 ruleBooleanToEvaluateProperty = new RuleBooleanToEvaluateProperty {
Attribute = "attribute"
};
Synopsis
Constructors
Rule |
Properties
Attribute | The boolean type representing the allowed attribute types for an email. |
Constructors
RuleBooleanToEvaluateProperty()
public RuleBooleanToEvaluateProperty()
Properties
Attribute
The boolean type representing the allowed attribute types for an email.
public string Attribute { get; set; }
Property Value
System.