Class: Aws::S3Vectors::Types::DeleteIndexInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Vectors::Types::DeleteIndexInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3vectors/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index_arn ⇒ String
The ARN of the vector index to delete.
-
#index_name ⇒ String
The name of the vector index to delete.
-
#vector_bucket_name ⇒ String
The name of the vector bucket that contains the vector index.
Instance Attribute Details
#index_arn ⇒ String
The ARN of the vector index to delete.
190 191 192 193 194 195 196 |
# File 'lib/aws-sdk-s3vectors/types.rb', line 190 class DeleteIndexInput < Struct.new( :vector_bucket_name, :index_name, :index_arn) SENSITIVE = [] include Aws::Structure end |
#index_name ⇒ String
The name of the vector index to delete.
190 191 192 193 194 195 196 |
# File 'lib/aws-sdk-s3vectors/types.rb', line 190 class DeleteIndexInput < Struct.new( :vector_bucket_name, :index_name, :index_arn) SENSITIVE = [] include Aws::Structure end |
#vector_bucket_name ⇒ String
The name of the vector bucket that contains the vector index.
190 191 192 193 194 195 196 |
# File 'lib/aws-sdk-s3vectors/types.rb', line 190 class DeleteIndexInput < Struct.new( :vector_bucket_name, :index_name, :index_arn) SENSITIVE = [] include Aws::Structure end |