Class: Aws::Types::DomainStatus

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


314
315
316
# File 'sig/types.rbs', line 314

def arn
  @arn
end

#createdBoolean

Returns the value of attribute created.

Returns:

  • (Boolean)


315
316
317
# File 'sig/types.rbs', line 315

def created
  @created
end

#deletedBoolean

Returns the value of attribute deleted.

Returns:

  • (Boolean)


316
317
318
# File 'sig/types.rbs', line 316

def deleted
  @deleted
end

#doc_serviceTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


313
314
315
# File 'sig/types.rbs', line 313

def domain_name
  @domain_name
end

#limitsTypes::Limits

Returns the value of attribute limits.

Returns:



324
325
326
# File 'sig/types.rbs', line 324

def limits
  @limits
end

#processingBoolean

Returns the value of attribute processing.

Returns:

  • (Boolean)


320
321
322
# File 'sig/types.rbs', line 320

def processing
  @processing
end

#requires_index_documentsBoolean

Returns the value of attribute requires_index_documents.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


322
323
324
# File 'sig/types.rbs', line 322

def search_partition_count
  @search_partition_count
end

#search_serviceTypes::ServiceEndpoint

Returns the value of attribute search_service.



318
319
320
# File 'sig/types.rbs', line 318

def search_service
  @search_service
end