Class CfnDashboardPropsMixin.MinimumLabelTypeProperty
The minimum label of a data path label.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.MinimumLabelTypeProperty : CfnDashboardPropsMixin.IMinimumLabelTypeProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.MinimumLabelTypeProperty Implements CfnDashboardPropsMixin.IMinimumLabelTypeProperty
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.CfnPropertyMixins.AWS.QuickSight;
var minimumLabelTypeProperty = new MinimumLabelTypeProperty {
Visibility = "visibility"
};
Synopsis
Constructors
| MinimumLabelTypeProperty() | The minimum label of a data path label. |
Properties
| Visibility | The visibility of the minimum label. |
Constructors
MinimumLabelTypeProperty()
The minimum label of a data path label.
public MinimumLabelTypeProperty()
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.CfnPropertyMixins.AWS.QuickSight;
var minimumLabelTypeProperty = new MinimumLabelTypeProperty {
Visibility = "visibility"
};
Properties
Visibility
The visibility of the minimum label.
public string? Visibility { get; set; }