Class: Aws::S3Vectors::Types::GetIndexInput

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.

Returns:

  • (String)


327
328
329
330
331
332
333
# File 'lib/aws-sdk-s3vectors/types.rb', line 327

class GetIndexInput < Struct.new(
  :vector_bucket_name,
  :index_name,
  :index_arn)
  SENSITIVE = []
  include Aws::Structure
end

#index_nameString

The name of the vector index.

Returns:

  • (String)


327
328
329
330
331
332
333
# File 'lib/aws-sdk-s3vectors/types.rb', line 327

class GetIndexInput < 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)


327
328
329
330
331
332
333
# File 'lib/aws-sdk-s3vectors/types.rb', line 327

class GetIndexInput < Struct.new(
  :vector_bucket_name,
  :index_name,
  :index_arn)
  SENSITIVE = []
  include Aws::Structure
end