DynamoDB > Structures > DeleteGlobalSecondaryIndexAction DeleteGlobalSecondaryIndexAction¶ Structure Class¶ DeleteGlobalSecondaryIndexAction dataclass ¶ Represents a global secondary index to be deleted from an existing table. Attributes¶ index_name instance-attribute ¶ index_name: str The name of the global secondary index to be deleted.