Show / Hide Table of Contents

Class ReceiptFilterReference

A reference to a ReceiptFilter resource.

Inheritance
object
ReceiptFilterReference
Implements
IReceiptFilterReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ReceiptFilterReference : IReceiptFilterReference
Syntax (vb)
Public Class ReceiptFilterReference Implements IReceiptFilterReference
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 receiptFilterReference = new ReceiptFilterReference {
                ReceiptFilterId = "receiptFilterId"
            };

Synopsis

Constructors

ReceiptFilterReference()

A reference to a ReceiptFilter resource.

Properties

ReceiptFilterId

The Id of the ReceiptFilter resource.

Constructors

ReceiptFilterReference()

A reference to a ReceiptFilter resource.

public ReceiptFilterReference()
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 receiptFilterReference = new ReceiptFilterReference {
                ReceiptFilterId = "receiptFilterId"
            };

Properties

ReceiptFilterId

The Id of the ReceiptFilter resource.

public string ReceiptFilterId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IReceiptFilterReference
Back to top Generated by DocFX