Class GetContextKeyResult
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
Props
public IDictionary<string, object> Props { get; set; }