Class: Aws::Types::UpdateCollectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCollectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#vector_options ⇒ Types::VectorOptions
Returns the value of attribute vector_options.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
905 906 907 |
# File 'sig/types.rbs', line 905 def client_token @client_token end |
#deletion_protection ⇒ "ENABLED", "DISABLED"
Returns the value of attribute deletion_protection.
904 905 906 |
# File 'sig/types.rbs', line 904 def deletion_protection @deletion_protection end |
#description ⇒ ::String
Returns the value of attribute description.
902 903 904 |
# File 'sig/types.rbs', line 902 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
901 902 903 |
# File 'sig/types.rbs', line 901 def id @id end |
#vector_options ⇒ Types::VectorOptions
Returns the value of attribute vector_options.
903 904 905 |
# File 'sig/types.rbs', line 903 def @vector_options end |