Class: Aws::Types::CreateCollectionDetail
- Inherits:
-
Object
- Object
- Aws::Types::CreateCollectionDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#collection_group_name ⇒ ::String
Returns the value of attribute collection_group_name.
-
#created_date ⇒ ::Integer
Returns the value of attribute created_date.
-
#deletion_protection ⇒ "ENABLED", "DISABLED"
Returns the value of attribute deletion_protection.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#last_modified_date ⇒ ::Integer
Returns the value of attribute last_modified_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#standby_replicas ⇒ "ENABLED", "DISABLED"
Returns the value of attribute standby_replicas.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#type ⇒ "SEARCH", ...
Returns the value of attribute type.
-
#vector_options ⇒ Types::VectorOptions
Returns the value of attribute vector_options.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
225 226 227 |
# File 'sig/types.rbs', line 225 def arn @arn end |
#collection_group_name ⇒ ::String
Returns the value of attribute collection_group_name.
232 233 234 |
# File 'sig/types.rbs', line 232 def collection_group_name @collection_group_name end |
#created_date ⇒ ::Integer
Returns the value of attribute created_date.
230 231 232 |
# File 'sig/types.rbs', line 230 def created_date @created_date end |
#deletion_protection ⇒ "ENABLED", "DISABLED"
Returns the value of attribute deletion_protection.
228 229 230 |
# File 'sig/types.rbs', line 228 def deletion_protection @deletion_protection end |
#description ⇒ ::String
Returns the value of attribute description.
224 225 226 |
# File 'sig/types.rbs', line 224 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
220 221 222 |
# File 'sig/types.rbs', line 220 def id @id end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
226 227 228 |
# File 'sig/types.rbs', line 226 def kms_key_arn @kms_key_arn end |
#last_modified_date ⇒ ::Integer
Returns the value of attribute last_modified_date.
231 232 233 |
# File 'sig/types.rbs', line 231 def last_modified_date @last_modified_date end |
#name ⇒ ::String
Returns the value of attribute name.
221 222 223 |
# File 'sig/types.rbs', line 221 def name @name end |
#standby_replicas ⇒ "ENABLED", "DISABLED"
Returns the value of attribute standby_replicas.
227 228 229 |
# File 'sig/types.rbs', line 227 def standby_replicas @standby_replicas end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
222 223 224 |
# File 'sig/types.rbs', line 222 def status @status end |
#type ⇒ "SEARCH", ...
Returns the value of attribute type.
223 224 225 |
# File 'sig/types.rbs', line 223 def type @type end |
#vector_options ⇒ Types::VectorOptions
Returns the value of attribute vector_options.
229 230 231 |
# File 'sig/types.rbs', line 229 def @vector_options end |