toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.quicksight.kotlin.inputs
/
AnalysisShortFormatTextArgs
Analysis
Short
Format
Text
Args
data
class
AnalysisShortFormatTextArgs
(
val
plainText
:
Output
<
String
>
?
=
null
,
val
richText
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
AnalysisShortFormatTextArgs
>
Members
Constructors
Analysis
Short
Format
Text
Args
Link copied to clipboard
constructor
(
plainText
:
Output
<
String
>
?
=
null
,
richText
:
Output
<
String
>
?
=
null
)
Properties
plain
Text
Link copied to clipboard
val
plainText
:
Output
<
String
>
?
=
null
Plain text format.
rich
Text
Link copied to clipboard
val
richText
:
Output
<
String
>
?
=
null
Rich text. Examples of rich text include bold, underline, and italics.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AnalysisShortFormatTextArgs