Interface CfnCampaign.IMetricDimensionProperty
Namespace: Amazon.CDK.AWS.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IMetricDimensionProperty
Syntax (vb)
Public Interface 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
Properties
ComparisonOperator | |
Value |
Properties
ComparisonOperator
virtual string ComparisonOperator { get; }
Property Value
System.String
Remarks
Value
virtual Nullable<double> Value { get; }
Property Value
System.Nullable<System.Double>