Table of Contents

Interface IGetContextValueResult

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll
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; }

Property Value

object