Class: Aws::Types::UpdateCollectionDetail
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCollectionDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
-
#last_modified_date ⇒ ::Integer
Returns the value of attribute last_modified_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
868 869 870 |
# File 'sig/types.rbs', line 868 def arn @arn end |
#created_date ⇒ ::Integer
Returns the value of attribute created_date.
869 870 871 |
# File 'sig/types.rbs', line 869 def created_date @created_date end |
#deletion_protection ⇒ "ENABLED", "DISABLED"
Returns the value of attribute deletion_protection.
871 872 873 |
# File 'sig/types.rbs', line 871 def deletion_protection @deletion_protection end |
#description ⇒ ::String
Returns the value of attribute description.
866 867 868 |
# File 'sig/types.rbs', line 866 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
862 863 864 |
# File 'sig/types.rbs', line 862 def id @id end |
#last_modified_date ⇒ ::Integer
Returns the value of attribute last_modified_date.
870 871 872 |
# File 'sig/types.rbs', line 870 def last_modified_date @last_modified_date end |
#name ⇒ ::String
Returns the value of attribute name.
863 864 865 |
# File 'sig/types.rbs', line 863 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
864 865 866 |
# File 'sig/types.rbs', line 864 def status @status end |
#type ⇒ "SEARCH", ...
Returns the value of attribute type.
865 866 867 |
# File 'sig/types.rbs', line 865 def type @type end |
#vector_options ⇒ Types::VectorOptions
Returns the value of attribute vector_options.
867 868 869 |
# File 'sig/types.rbs', line 867 def @vector_options end |