Table of Contents

Class GetContextValueResult

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll
public class GetContextValueResult : IGetContextValueResult
Inheritance
GetContextValueResult
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 value;
            var getContextValueResult = new GetContextValueResult {
                Value = value
            };

Remarks

ExampleMetadata: fixture=_generated

Constructors

GetContextValueResult()

public GetContextValueResult()

Properties

Value

public object? Value { get; set; }

Property Value

object