Class: Aws::Types::CreateCollectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCollectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#collection_group_name ⇒ ::String
Returns the value of attribute collection_group_name.
-
#deletion_protection ⇒ "ENABLED", "DISABLED"
Returns the value of attribute deletion_protection.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#encryption_config ⇒ Types::EncryptionConfig
Returns the value of attribute encryption_config.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#standby_replicas ⇒ "ENABLED", "DISABLED"
Returns the value of attribute standby_replicas.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#type ⇒ "SEARCH", ...
Returns the value of attribute type.
-
#vector_options ⇒ Types::VectorOptions
Returns the value of attribute vector_options.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
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.
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.
274 275 276 |
# File 'sig/types.rbs', line 274 def deletion_protection @deletion_protection end |
#description ⇒ ::String
Returns the value of attribute description.
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.
266 267 268 |
# File 'sig/types.rbs', line 266 def name @name end |
#standby_replicas ⇒ "ENABLED", "DISABLED"
Returns the value of attribute standby_replicas.
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.
269 270 271 |
# File 'sig/types.rbs', line 269 def @tags end |
#type ⇒ "SEARCH", ...
Returns the value of attribute type.
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 end |