Show / Hide Table of Contents

Class CfnAnalysis.MinimumLabelTypeProperty

The minimum label of a data path label.

Inheritance
System.Object
CfnAnalysis.MinimumLabelTypeProperty
Implements
CfnAnalysis.IMinimumLabelTypeProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class MinimumLabelTypeProperty : Object, CfnAnalysis.IMinimumLabelTypeProperty
Syntax (vb)
Public Class MinimumLabelTypeProperty
    Inherits Object
    Implements CfnAnalysis.IMinimumLabelTypeProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-minimumlabeltype.html

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()

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.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-minimumlabeltype.html#cfn-quicksight-analysis-minimumlabeltype-visibility

Implements

CfnAnalysis.IMinimumLabelTypeProperty
Back to top Generated by DocFX