Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.SheetImageTooltipTextProperty

The text that appears in the sheet image tooltip.

Inheritance
object
CfnAnalysisPropsMixin.SheetImageTooltipTextProperty
Implements
CfnAnalysisPropsMixin.ISheetImageTooltipTextProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.SheetImageTooltipTextProperty : CfnAnalysisPropsMixin.ISheetImageTooltipTextProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.SheetImageTooltipTextProperty Implements CfnAnalysisPropsMixin.ISheetImageTooltipTextProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetimagetooltiptext.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var sheetImageTooltipTextProperty = new SheetImageTooltipTextProperty {
                 PlainText = "plainText"
             };

Synopsis

Constructors

SheetImageTooltipTextProperty()

The text that appears in the sheet image tooltip.

Properties

PlainText

The plain text format.

Constructors

SheetImageTooltipTextProperty()

The text that appears in the sheet image tooltip.

public SheetImageTooltipTextProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetimagetooltiptext.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var sheetImageTooltipTextProperty = new SheetImageTooltipTextProperty {
                 PlainText = "plainText"
             };

Properties

PlainText

The plain text format.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetimagetooltiptext.html#cfn-quicksight-analysis-sheetimagetooltiptext-plaintext

Implements

CfnAnalysisPropsMixin.ISheetImageTooltipTextProperty
Back to top Generated by DocFX