Class GatewayResponseReference
A reference to a GatewayResponse resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.APIGateway
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class GatewayResponseReference : IGatewayResponseReference
Syntax (vb)
Public Class GatewayResponseReference Implements IGatewayResponseReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.APIGateway;
var gatewayResponseReference = new GatewayResponseReference {
GatewayResponseId = "gatewayResponseId"
};
Synopsis
Constructors
GatewayResponseReference() | A reference to a GatewayResponse resource. |
Properties
GatewayResponseId | The Id of the GatewayResponse resource. |
Constructors
GatewayResponseReference()
A reference to a GatewayResponse resource.
public GatewayResponseReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.APIGateway;
var gatewayResponseReference = new GatewayResponseReference {
GatewayResponseId = "gatewayResponseId"
};
Properties
GatewayResponseId
The Id of the GatewayResponse resource.
public string GatewayResponseId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated