Class CfnAnalysis.MinimumLabelTypeProperty
The minimum label of a data path label.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class MinimumLabelTypeProperty : Object, CfnAnalysis.IMinimumLabelTypeProperty
Syntax (vb)
Public Class MinimumLabelTypeProperty
Inherits Object
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
Minimum |
Properties
Visibility | The visibility of the minimum label. |
Constructors
MinimumLabelTypeProperty()
public MinimumLabelTypeProperty()
Properties
Visibility
The visibility of the minimum label.
public string Visibility { get; set; }
Property Value
System.