Class: Aws::S3Vectors::Types::GetIndexOutput

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

#indexTypes::Index

The attributes of the vector index.

Returns:



341
342
343
344
345
# File 'lib/aws-sdk-s3vectors/types.rb', line 341

class GetIndexOutput < Struct.new(
  :index)
  SENSITIVE = []
  include Aws::Structure
end