Class CfnSegmentDefinition.RangeOverrideProperty
Overrides the original range on a calculated attribute definition.
Inheritance
System.Object
CfnSegmentDefinition.RangeOverrideProperty
Implements
Namespace: Amazon.CDK.AWS.CustomerProfiles
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class RangeOverrideProperty : Object, CfnSegmentDefinition.IRangeOverrideProperty
Syntax (vb)
Public Class RangeOverrideProperty
Inherits Object
Implements CfnSegmentDefinition.IRangeOverrideProperty
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.CustomerProfiles;
var rangeOverrideProperty = new RangeOverrideProperty {
Start = 123,
Unit = "unit",
// the properties below are optional
End = 123
};
Synopsis
Constructors
RangeOverrideProperty() |
Properties
End | The end time of when to include objects. |
Start | The start time of when to include objects. |
Unit | The unit for start and end. |
Constructors
RangeOverrideProperty()
public RangeOverrideProperty()
Properties
End
The end time of when to include objects.
public Nullable<double> End { get; set; }
Property Value
System.Nullable<System.Double>
Remarks
Start
The start time of when to include objects.
public double Start { get; set; }
Property Value
System.Double
Remarks
Unit
The unit for start and end.
public string Unit { get; set; }
Property Value
System.String