Class: Aws::S3Vectors::Types::IndexSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Vectors::Types::IndexSummary
- Defined in:
- gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb
Overview
Summary information about a vector index.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
Date and time when the vector index was created.
-
#index_arn ⇒ String
The Amazon Resource Name (ARN) of the vector index.
-
#index_name ⇒ String
The name of the vector index.
-
#vector_bucket_name ⇒ String
The name of the vector bucket that contains the vector index.
Instance Attribute Details
#creation_time ⇒ Time
Date and time when the vector index was created.
510 511 512 513 514 515 516 517 |
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 510 class IndexSummary < Struct.new( :vector_bucket_name, :index_name, :index_arn, :creation_time) SENSITIVE = [] include Aws::Structure end |
#index_arn ⇒ String
The Amazon Resource Name (ARN) of the vector index.
510 511 512 513 514 515 516 517 |
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 510 class IndexSummary < Struct.new( :vector_bucket_name, :index_name, :index_arn, :creation_time) SENSITIVE = [] include Aws::Structure end |
#index_name ⇒ String
The name of the vector index.
510 511 512 513 514 515 516 517 |
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 510 class IndexSummary < Struct.new( :vector_bucket_name, :index_name, :index_arn, :creation_time) SENSITIVE = [] include Aws::Structure end |
#vector_bucket_name ⇒ String
The name of the vector bucket that contains the vector index.
510 511 512 513 514 515 516 517 |
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 510 class IndexSummary < Struct.new( :vector_bucket_name, :index_name, :index_arn, :creation_time) SENSITIVE = [] include Aws::Structure end |