Class: Aws::S3Vectors::Types::GetIndexOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Vectors::Types::GetIndexOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3vectors/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index ⇒ Types::Index
The attributes of the vector index.
Instance Attribute Details
#index ⇒ Types::Index
The attributes of the vector index.
341 342 343 344 345 |
# File 'lib/aws-sdk-s3vectors/types.rb', line 341 class GetIndexOutput < Struct.new( :index) SENSITIVE = [] include Aws::Structure end |