Class: Aws::Types::MongoDbAtlasConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#collection_name::String

Returns the value of attribute collection_name.

Returns:

  • (::String)


2033
2034
2035
# File 'sig/types.rbs', line 2033

def collection_name
  @collection_name
end

#credentials_secret_arn::String

Returns the value of attribute credentials_secret_arn.

Returns:

  • (::String)


2035
2036
2037
# File 'sig/types.rbs', line 2035

def credentials_secret_arn
  @credentials_secret_arn
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


2032
2033
2034
# File 'sig/types.rbs', line 2032

def database_name
  @database_name
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


2031
2032
2033
# File 'sig/types.rbs', line 2031

def endpoint
  @endpoint
end

#endpoint_service_name::String

Returns the value of attribute endpoint_service_name.

Returns:

  • (::String)


2037
2038
2039
# File 'sig/types.rbs', line 2037

def endpoint_service_name
  @endpoint_service_name
end

#field_mappingTypes::MongoDbAtlasFieldMapping

Returns the value of attribute field_mapping.



2036
2037
2038
# File 'sig/types.rbs', line 2036

def field_mapping
  @field_mapping
end

#text_index_name::String

Returns the value of attribute text_index_name.

Returns:

  • (::String)


2038
2039
2040
# File 'sig/types.rbs', line 2038

def text_index_name
  @text_index_name
end

#vector_index_name::String

Returns the value of attribute vector_index_name.

Returns:

  • (::String)


2034
2035
2036
# File 'sig/types.rbs', line 2034

def vector_index_name
  @vector_index_name
end