Class DeleteGlobalSecondaryIndexAction
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Represents a global secondary index to be deleted from an existing table.
public class DeleteGlobalSecondaryIndexAction
- Inheritance
-
DeleteGlobalSecondaryIndexAction
- Inherited Members
Constructors
DeleteGlobalSecondaryIndexAction()
public DeleteGlobalSecondaryIndexAction()
Properties
IndexName
Gets and sets the property IndexName.
The name of the global secondary index to be deleted.
public string IndexName { get; set; }