Class CfnCampaign.MetricDimensionProperty
Inheritance
System.Object
CfnCampaign.MetricDimensionProperty
Implements
Namespace: Amazon.CDK.AWS.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class MetricDimensionProperty : Object, CfnCampaign.IMetricDimensionProperty
Syntax (vb)
Public Class MetricDimensionProperty
Inherits Object
Implements CfnCampaign.IMetricDimensionProperty
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.Pinpoint;
var metricDimensionProperty = new MetricDimensionProperty {
ComparisonOperator = "comparisonOperator",
Value = 123
};
Synopsis
Constructors
MetricDimensionProperty() |
Properties
ComparisonOperator | |
Value |
Constructors
MetricDimensionProperty()
public MetricDimensionProperty()
Properties
ComparisonOperator
public string ComparisonOperator { get; set; }
Property Value
System.String
Remarks
Value
public Nullable<double> Value { get; set; }
Property Value
System.Nullable<System.Double>