Class: Aws::Types::CollectionDetail
- Inherits:
-
Object
- Object
- Aws::Types::CollectionDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#collection_endpoint ⇒ ::String
Returns the value of attribute collection_endpoint.
-
#collection_group_name ⇒ ::String
Returns the value of attribute collection_group_name.
-
#created_date ⇒ ::Integer
Returns the value of attribute created_date.
-
#dashboard_endpoint ⇒ ::String
Returns the value of attribute dashboard_endpoint.
-
#deletion_protection ⇒ "ENABLED", "DISABLED"
Returns the value of attribute deletion_protection.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#fips_endpoints ⇒ Types::FipsEndpoints
Returns the value of attribute fips_endpoints.
-
#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.
117 118 119 |
# File 'sig/types.rbs', line 117 def arn @arn end |
#collection_endpoint ⇒ ::String
Returns the value of attribute collection_endpoint.
124 125 126 |
# File 'sig/types.rbs', line 124 def collection_endpoint @collection_endpoint end |
#collection_group_name ⇒ ::String
Returns the value of attribute collection_group_name.
129 130 131 |
# File 'sig/types.rbs', line 129 def collection_group_name @collection_group_name end |
#created_date ⇒ ::Integer
Returns the value of attribute created_date.
122 123 124 |
# File 'sig/types.rbs', line 122 def created_date @created_date end |
#dashboard_endpoint ⇒ ::String
Returns the value of attribute dashboard_endpoint.
125 126 127 |
# File 'sig/types.rbs', line 125 def dashboard_endpoint @dashboard_endpoint end |
#deletion_protection ⇒ "ENABLED", "DISABLED"
Returns the value of attribute deletion_protection.
120 121 122 |
# File 'sig/types.rbs', line 120 def deletion_protection @deletion_protection end |
#description ⇒ ::String
Returns the value of attribute description.
116 117 118 |
# File 'sig/types.rbs', line 116 def description @description end |
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
127 128 129 |
# File 'sig/types.rbs', line 127 def failure_code @failure_code end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
128 129 130 |
# File 'sig/types.rbs', line 128 def @failure_message end |
#fips_endpoints ⇒ Types::FipsEndpoints
Returns the value of attribute fips_endpoints.
126 127 128 |
# File 'sig/types.rbs', line 126 def fips_endpoints @fips_endpoints end |
#id ⇒ ::String
Returns the value of attribute id.
112 113 114 |
# File 'sig/types.rbs', line 112 def id @id end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
118 119 120 |
# File 'sig/types.rbs', line 118 def kms_key_arn @kms_key_arn end |
#last_modified_date ⇒ ::Integer
Returns the value of attribute last_modified_date.
123 124 125 |
# File 'sig/types.rbs', line 123 def last_modified_date @last_modified_date end |
#name ⇒ ::String
Returns the value of attribute name.
113 114 115 |
# File 'sig/types.rbs', line 113 def name @name end |
#standby_replicas ⇒ "ENABLED", "DISABLED"
Returns the value of attribute standby_replicas.
119 120 121 |
# File 'sig/types.rbs', line 119 def standby_replicas @standby_replicas end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
114 115 116 |
# File 'sig/types.rbs', line 114 def status @status end |
#type ⇒ "SEARCH", ...
Returns the value of attribute type.
115 116 117 |
# File 'sig/types.rbs', line 115 def type @type end |
#vector_options ⇒ Types::VectorOptions
Returns the value of attribute vector_options.
121 122 123 |
# File 'sig/types.rbs', line 121 def @vector_options end |