interface RangeEndsLabelTypeProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.RangeEndsLabelTypeProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnTemplate.RangeEndsLabelTypeProperty | 
|  Python | aws_cdk.aws_quicksight.CfnTemplate.RangeEndsLabelTypeProperty | 
|  TypeScript | @aws-cdk/aws-quicksight»CfnTemplate»RangeEndsLabelTypeProperty | 
The range ends label type of a data path label.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const rangeEndsLabelTypeProperty: quicksight.CfnTemplate.RangeEndsLabelTypeProperty = {
  visibility: 'visibility',
};
Properties
| Name | Type | Description | 
|---|---|---|
| visibility? | string | The visibility of the range ends label. | 
visibility?
Type:
string
(optional)
The visibility of the range ends label.
