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