Class: Aws::DynamoDB::Types::DeleteVectorIndexAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DeleteVectorIndexAction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
A vector index to be removed from a table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index_name ⇒ String
The name of the vector index to delete.
Instance Attribute Details
#index_name ⇒ String
The name of the vector index to delete.
2811 2812 2813 2814 2815 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 2811 class DeleteVectorIndexAction < Struct.new( :index_name) SENSITIVE = [] include Aws::Structure end |