Class: Aws::Types::CreateCollectionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


275
276
277
# File 'sig/types.rbs', line 275

def client_token
  @client_token
end

#collection_group_name ⇒ ::String

Returns the value of attribute collection_group_name.

Returns:

  • (::String)


272
273
274
# File 'sig/types.rbs', line 272

def collection_group_name
  @collection_group_name
end

#deletion_protection ⇒ "ENABLED", "DISABLED"

Returns the value of attribute deletion_protection.

Returns:

  • ("ENABLED", "DISABLED")


274
275
276
# File 'sig/types.rbs', line 274

def deletion_protection
  @deletion_protection
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def description
  @description
end

#encryption_config ⇒ Types::EncryptionConfig

Returns the value of attribute encryption_config.



273
274
275
# File 'sig/types.rbs', line 273

def encryption_config
  @encryption_config
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


266
267
268
# File 'sig/types.rbs', line 266

def name
  @name
end

#standby_replicas ⇒ "ENABLED", "DISABLED"

Returns the value of attribute standby_replicas.

Returns:

  • ("ENABLED", "DISABLED")


270
271
272
# File 'sig/types.rbs', line 270

def standby_replicas
  @standby_replicas
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



269
270
271
# File 'sig/types.rbs', line 269

def tags
  @tags
end

#type ⇒ "SEARCH", ...

Returns the value of attribute type.

Returns:

  • ("SEARCH", "TIMESERIES", "VECTORSEARCH")


267
268
269
# File 'sig/types.rbs', line 267

def type
  @type
end

#vector_options ⇒ Types::VectorOptions

Returns the value of attribute vector_options.



271
272
273
# File 'sig/types.rbs', line 271

def vector_options
  @vector_options
end