Show / Hide Table of Contents

Class SimpleTableReference

A reference to a SimpleTable resource.

Inheritance
object
SimpleTableReference
Implements
ISimpleTableReference
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 SimpleTableReference : ISimpleTableReference
Syntax (vb)
Public Class SimpleTableReference Implements ISimpleTableReference
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 simpleTableReference = new SimpleTableReference { };

Synopsis

Constructors

SimpleTableReference()

A reference to a SimpleTable resource.

Constructors

SimpleTableReference()

A reference to a SimpleTable resource.

public SimpleTableReference()
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 simpleTableReference = new SimpleTableReference { };

Implements

ISimpleTableReference
Back to top Generated by DocFX