Class: Aws::S3Vectors::Types::VectorBucket
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Vectors::Types::VectorBucket
- Defined in:
- gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb
Overview
The attributes of a vector bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
Date and time when the vector bucket was created.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
The encryption configuration for the vector bucket.
-
#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.
1202 1203 1204 1205 1206 1207 1208 1209 |
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 1202 class VectorBucket < Struct.new( :vector_bucket_name, :vector_bucket_arn, :creation_time, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
The encryption configuration for the vector bucket.
1202 1203 1204 1205 1206 1207 1208 1209 |
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 1202 class VectorBucket < Struct.new( :vector_bucket_name, :vector_bucket_arn, :creation_time, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |
#vector_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the vector bucket.
1202 1203 1204 1205 1206 1207 1208 1209 |
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 1202 class VectorBucket < Struct.new( :vector_bucket_name, :vector_bucket_arn, :creation_time, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |
#vector_bucket_name ⇒ String
The name of the vector bucket.
1202 1203 1204 1205 1206 1207 1208 1209 |
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 1202 class VectorBucket < Struct.new( :vector_bucket_name, :vector_bucket_arn, :creation_time, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |