Interface IEncodingOptions
Properties to string encodings.
public interface IEncodingOptions
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
Properties
DisplayHint
A hint for the Token's purpose when stringifying it.
string? DisplayHint { get; }