Show / Hide Table of Contents

Class ApiReference

A reference to a Api resource.

Inheritance
object
ApiReference
Implements
IApiReference
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.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ApiReference : IApiReference
Syntax (vb)
Public Class ApiReference Implements IApiReference
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.SAM;

            var apiReference = new ApiReference { };

Synopsis

Constructors

ApiReference()

A reference to a Api resource.

Constructors

ApiReference()

A reference to a Api resource.

public ApiReference()
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.SAM;

            var apiReference = new ApiReference { };

Implements

IApiReference
Back to top Generated by DocFX