Class: Aws::Types::PineconeConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_string::String

Returns the value of attribute connection_string.

Returns:

  • (::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.

Returns:

  • (::String)


2163
2164
2165
# File 'sig/types.rbs', line 2163

def credentials_secret_arn
  @credentials_secret_arn
end

#field_mappingTypes::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.

Returns:

  • (::String)


2164
2165
2166
# File 'sig/types.rbs', line 2164

def namespace
  @namespace
end