Class: Aws::Types::CollectionConfig
- Inherits:
-
Object
- Object
- Aws::Types::CollectionConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Unknown, VectorConfig
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#vector_config ⇒ Types::VectorConfig
Returns the value of attribute vector_config.
Instance Attribute Details
#unknown ⇒ Object
Returns the value of attribute unknown.
1672 1673 1674 |
# File 'sig/types.rbs', line 1672 def unknown @unknown end |
#vector_config ⇒ Types::VectorConfig
Returns the value of attribute vector_config.
1671 1672 1673 |
# File 'sig/types.rbs', line 1671 def vector_config @vector_config end |