EncodingOptions¶
-
class
aws_cdk.core.
EncodingOptions
(*, display_hint=None)¶ Bases:
object
Properties to string encodings.
- Parameters
display_hint (
Optional
[str
]) – A hint for the Token’s purpose when stringifying it.- ExampleMetadata
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.core as cdk encoding_options = cdk.EncodingOptions( display_hint="displayHint" )
Attributes
-
display_hint
¶ A hint for the Token’s purpose when stringifying it.
- Return type
Optional
[str
]