Table of Contents

Class ListGlobalTablesResponse

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

This is the response object from the ListGlobalTables operation.

public class ListGlobalTablesResponse : AmazonWebServiceResponse
Inheritance
ListGlobalTablesResponse

Constructors

ListGlobalTablesResponse()

public ListGlobalTablesResponse()

Properties

GlobalTables

Gets and sets the property GlobalTables.

List of global table names.

public List<GlobalTable> GlobalTables { get; set; }

Property Value

List<GlobalTable>

LastEvaluatedGlobalTableName

Gets and sets the property LastEvaluatedGlobalTableName.

Last evaluated global table name.

public string LastEvaluatedGlobalTableName { get; set; }

Property Value

string