Table of Contents

Class GetContextKeyResult

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll
public class GetContextKeyResult : IGetContextKeyResult
Inheritance
GetContextKeyResult
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 props;
            var getContextKeyResult = new GetContextKeyResult {
                Key = "key",
                Props = new Dictionary<string, object> {
                    { "propsKey", props }
                }
            };

Remarks

ExampleMetadata: fixture=_generated

Constructors

GetContextKeyResult()

public GetContextKeyResult()

Properties

Key

public string Key { get; set; }

Property Value

string

Props

public IDictionary<string, object> Props { get; set; }

Property Value

IDictionary<string, object>