Show / Hide Table of Contents

Class CfnTemplate.RangeEndsLabelTypeProperty

The range ends label type of a data path label.

Inheritance
object
CfnTemplate.RangeEndsLabelTypeProperty
Implements
CfnTemplate.IRangeEndsLabelTypeProperty
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 CfnTemplate.RangeEndsLabelTypeProperty : CfnTemplate.IRangeEndsLabelTypeProperty
Syntax (vb)
Public Class CfnTemplate.RangeEndsLabelTypeProperty Implements CfnTemplate.IRangeEndsLabelTypeProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-rangeendslabeltype.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 rangeEndsLabelTypeProperty = new RangeEndsLabelTypeProperty {
                 Visibility = "visibility"
             };

Synopsis

Constructors

RangeEndsLabelTypeProperty()

The range ends label type of a data path label.

Properties

Visibility

The visibility of the range ends label.

Constructors

RangeEndsLabelTypeProperty()

The range ends label type of a data path label.

public RangeEndsLabelTypeProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-rangeendslabeltype.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 rangeEndsLabelTypeProperty = new RangeEndsLabelTypeProperty {
                 Visibility = "visibility"
             };

Properties

Visibility

The visibility of the range ends label.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-rangeendslabeltype.html#cfn-quicksight-template-rangeendslabeltype-visibility

Implements

CfnTemplate.IRangeEndsLabelTypeProperty
Back to top Generated by DocFX