Show / Hide Table of Contents

Class CfnAnalysis.MinimumLabelTypeProperty

The minimum label of a data path label.

Inheritance
object
CfnAnalysis.MinimumLabelTypeProperty
Implements
CfnAnalysis.IMinimumLabelTypeProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

See: 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"
             };

Properties

Visibility

The visibility of the minimum label.

public string? Visibility { get; set; }
Property Value

string

Remarks

See: 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