Class: Aws::S3Vectors::Types::VectorBucketSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Vectors::Types::VectorBucketSummary
- Defined in:
- gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb
Overview
Summary information about a vector bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
Date and time when the vector bucket was created.
-
#vector_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the vector bucket.
-
#vector_bucket_name ⇒ String
The name of the vector bucket.
Instance Attribute Details
#creation_time ⇒ Time
Date and time when the vector bucket was created.
1233 1234 1235 1236 1237 1238 1239 |
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 1233 class VectorBucketSummary < Struct.new( :vector_bucket_name, :vector_bucket_arn, :creation_time) SENSITIVE = [] include Aws::Structure end |
#vector_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the vector bucket.
1233 1234 1235 1236 1237 1238 1239 |
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 1233 class VectorBucketSummary < Struct.new( :vector_bucket_name, :vector_bucket_arn, :creation_time) SENSITIVE = [] include Aws::Structure end |
#vector_bucket_name ⇒ String
The name of the vector bucket.
1233 1234 1235 1236 1237 1238 1239 |
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 1233 class VectorBucketSummary < Struct.new( :vector_bucket_name, :vector_bucket_arn, :creation_time) SENSITIVE = [] include Aws::Structure end |