Interface IGetContextValueResult
public interface IGetContextValueResult
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK;
var value;
var getContextValueResult = new GetContextValueResult {
Value = value
};
Remarks
ExampleMetadata: fixture=_generated
Properties
Value
object? Value { get; }