Show / Hide Table of Contents

Class GatewayResponseReference

A reference to a GatewayResponse resource.

Inheritance
object
GatewayResponseReference
Implements
IGatewayResponseReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IGatewayResponseReference
Back to top Generated by DocFX