Class: Aws::Types::S3VectorsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::S3VectorsConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index_arn ⇒ ::String
Returns the value of attribute index_arn.
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#vector_bucket_arn ⇒ ::String
Returns the value of attribute vector_bucket_arn.
Instance Attribute Details
#index_arn ⇒ ::String
Returns the value of attribute index_arn.
2528 2529 2530 |
# File 'sig/types.rbs', line 2528 def index_arn @index_arn end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
2529 2530 2531 |
# File 'sig/types.rbs', line 2529 def index_name @index_name end |
#vector_bucket_arn ⇒ ::String
Returns the value of attribute vector_bucket_arn.
2527 2528 2529 |
# File 'sig/types.rbs', line 2527 def vector_bucket_arn @vector_bucket_arn end |