Class CfnTemplate.RangeEndsLabelTypeProperty
The range ends label type of a data path label.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTemplate.RangeEndsLabelTypeProperty : CfnTemplate.IRangeEndsLabelTypeProperty
Syntax (vb)
Public Class CfnTemplate.RangeEndsLabelTypeProperty Implements CfnTemplate.IRangeEndsLabelTypeProperty
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.QuickSight;
var rangeEndsLabelTypeProperty = new RangeEndsLabelTypeProperty {
Visibility = "visibility"
};
Synopsis
Constructors
RangeEndsLabelTypeProperty() | The range ends label type of a data path label. |
Properties
Visibility | The visibility of the range ends label. |
Constructors
RangeEndsLabelTypeProperty()
The range ends label type of a data path label.
public RangeEndsLabelTypeProperty()
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.QuickSight;
var rangeEndsLabelTypeProperty = new RangeEndsLabelTypeProperty {
Visibility = "visibility"
};
Properties
Visibility
The visibility of the range ends label.
public string? Visibility { get; set; }