Show / Hide Table of Contents

Class TableAttributes

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

            var tableAttributes = new TableAttributes {
                TableArn = "tableArn",
                TableName = "tableName"
            };

Synopsis

Constructors

TableAttributes()

Properties

TableArn
TableName

Constructors

TableAttributes()

public TableAttributes()
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.Glue;

            var tableAttributes = new TableAttributes {
                TableArn = "tableArn",
                TableName = "tableName"
            };

Properties

TableArn

public string TableArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

TableName

public string TableName { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

ITableAttributes
Back to top Generated by DocFX