Class EncodingOptions
Properties to string encodings.
public class EncodingOptions : IEncodingOptions
- Inheritance
-
EncodingOptions
- Implements
- Inherited Members
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK;
var encodingOptions = new EncodingOptions {
DisplayHint = "displayHint"
};
Remarks
ExampleMetadata: fixture=_generated
Constructors
EncodingOptions()
public EncodingOptions()
Properties
DisplayHint
A hint for the Token's purpose when stringifying it.
public string? DisplayHint { get; set; }