Class: Aws::Types::PineconeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PineconeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_string ⇒ ::String
Returns the value of attribute connection_string.
-
#credentials_secret_arn ⇒ ::String
Returns the value of attribute credentials_secret_arn.
-
#field_mapping ⇒ Types::PineconeFieldMapping
Returns the value of attribute field_mapping.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
Instance Attribute Details
#connection_string ⇒ ::String
Returns the value of attribute connection_string.
2162 2163 2164 |
# File 'sig/types.rbs', line 2162 def connection_string @connection_string end |
#credentials_secret_arn ⇒ ::String
Returns the value of attribute credentials_secret_arn.
2163 2164 2165 |
# File 'sig/types.rbs', line 2163 def credentials_secret_arn @credentials_secret_arn end |
#field_mapping ⇒ Types::PineconeFieldMapping
Returns the value of attribute field_mapping.
2165 2166 2167 |
# File 'sig/types.rbs', line 2165 def field_mapping @field_mapping end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
2164 2165 2166 |
# File 'sig/types.rbs', line 2164 def namespace @namespace end |