Class: Aws::S3Vectors::Types::DeleteIndexInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3vectors/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#index_arnString

The ARN of the vector index to delete.

Returns:

  • (String)


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_nameString

The name of the vector index to delete.

Returns:

  • (String)


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_nameString

The name of the vector bucket that contains the vector index.

Returns:

  • (String)


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