Class: Aws::Types::DomainStatus
- Inherits:
-
Object
- Object
- Aws::Types::DomainStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created ⇒ Boolean
Returns the value of attribute created.
-
#deleted ⇒ Boolean
Returns the value of attribute deleted.
-
#doc_service ⇒ Types::ServiceEndpoint
Returns the value of attribute doc_service.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#limits ⇒ Types::Limits
Returns the value of attribute limits.
-
#processing ⇒ Boolean
Returns the value of attribute processing.
-
#requires_index_documents ⇒ Boolean
Returns the value of attribute requires_index_documents.
-
#search_instance_count ⇒ ::Integer
Returns the value of attribute search_instance_count.
-
#search_instance_type ⇒ ::String
Returns the value of attribute search_instance_type.
-
#search_partition_count ⇒ ::Integer
Returns the value of attribute search_partition_count.
-
#search_service ⇒ Types::ServiceEndpoint
Returns the value of attribute search_service.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
314 315 316 |
# File 'sig/types.rbs', line 314 def arn @arn end |
#created ⇒ Boolean
Returns the value of attribute created.
315 316 317 |
# File 'sig/types.rbs', line 315 def created @created end |
#deleted ⇒ Boolean
Returns the value of attribute deleted.
316 317 318 |
# File 'sig/types.rbs', line 316 def deleted @deleted end |
#doc_service ⇒ Types::ServiceEndpoint
Returns the value of attribute doc_service.
317 318 319 |
# File 'sig/types.rbs', line 317 def doc_service @doc_service end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
312 313 314 |
# File 'sig/types.rbs', line 312 def domain_id @domain_id end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
313 314 315 |
# File 'sig/types.rbs', line 313 def domain_name @domain_name end |
#limits ⇒ Types::Limits
Returns the value of attribute limits.
324 325 326 |
# File 'sig/types.rbs', line 324 def limits @limits end |
#processing ⇒ Boolean
Returns the value of attribute processing.
320 321 322 |
# File 'sig/types.rbs', line 320 def processing @processing end |
#requires_index_documents ⇒ Boolean
Returns the value of attribute requires_index_documents.
319 320 321 |
# File 'sig/types.rbs', line 319 def requires_index_documents @requires_index_documents end |
#search_instance_count ⇒ ::Integer
Returns the value of attribute search_instance_count.
323 324 325 |
# File 'sig/types.rbs', line 323 def search_instance_count @search_instance_count end |
#search_instance_type ⇒ ::String
Returns the value of attribute search_instance_type.
321 322 323 |
# File 'sig/types.rbs', line 321 def search_instance_type @search_instance_type end |
#search_partition_count ⇒ ::Integer
Returns the value of attribute search_partition_count.
322 323 324 |
# File 'sig/types.rbs', line 322 def search_partition_count @search_partition_count end |
#search_service ⇒ Types::ServiceEndpoint
Returns the value of attribute search_service.
318 319 320 |
# File 'sig/types.rbs', line 318 def search_service @search_service end |