Class: Aws::Types::KnowledgeBase

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:knowledge_base_configuration, :primary_owner_username])

Instance Attribute Summary collapse

Instance Attribute Details

#access_control_configurationTypes::AccessControlConfiguration

Returns the value of attribute access_control_configuration.



7354
7355
7356
# File 'sig/types.rbs', line 7354

def access_control_configuration
  @access_control_configuration
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


7356
7357
7358
# File 'sig/types.rbs', line 7356

def created_at
  @created_at
end

#data_source_arn::String

Returns the value of attribute data_source_arn.

Returns:

  • (::String)


7351
7352
7353
# File 'sig/types.rbs', line 7351

def data_source_arn
  @data_source_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


7358
7359
7360
# File 'sig/types.rbs', line 7358

def description
  @description
end

#document_count::Integer

Returns the value of attribute document_count.

Returns:

  • (::Integer)


7364
7365
7366
# File 'sig/types.rbs', line 7364

def document_count
  @document_count
end

#first_completed_ingestion_summaryTypes::KnowledgeBaseIngestionSummary

Returns the value of attribute first_completed_ingestion_summary.



7360
7361
7362
# File 'sig/types.rbs', line 7360

def first_completed_ingestion_summary
  @first_completed_ingestion_summary
end

#first_incomplete_ingestion_summaryTypes::KnowledgeBaseIngestionSummary

Returns the value of attribute first_incomplete_ingestion_summary.



7361
7362
7363
# File 'sig/types.rbs', line 7361

def first_incomplete_ingestion_summary
  @first_incomplete_ingestion_summary
end

#is_email_notification_opted_for_ingestion_failuresBoolean

Returns the value of attribute is_email_notification_opted_for_ingestion_failures.

Returns:

  • (Boolean)


7359
7360
7361
# File 'sig/types.rbs', line 7359

def is_email_notification_opted_for_ingestion_failures
  @is_email_notification_opted_for_ingestion_failures
end

#knowledge_base_arn::String

Returns the value of attribute knowledge_base_arn.

Returns:

  • (::String)


7347
7348
7349
# File 'sig/types.rbs', line 7347

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_configurationTypes::KnowledgeBaseConfiguration

Returns the value of attribute knowledge_base_configuration.



7352
7353
7354
# File 'sig/types.rbs', line 7352

def knowledge_base_configuration
  @knowledge_base_configuration
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


7348
7349
7350
# File 'sig/types.rbs', line 7348

def knowledge_base_id
  @knowledge_base_id
end

#knowledge_base_size_bytes::Integer

Returns the value of attribute knowledge_base_size_bytes.

Returns:

  • (::Integer)


7363
7364
7365
# File 'sig/types.rbs', line 7363

def knowledge_base_size_bytes
  @knowledge_base_size_bytes
end

#latest_ingestion_summaryTypes::KnowledgeBaseIngestionSummary

Returns the value of attribute latest_ingestion_summary.



7362
7363
7364
# File 'sig/types.rbs', line 7362

def latest_ingestion_summary
  @latest_ingestion_summary
end

#media_extraction_configurationTypes::MediaExtractionConfiguration

Returns the value of attribute media_extraction_configuration.



7353
7354
7355
# File 'sig/types.rbs', line 7353

def media_extraction_configuration
  @media_extraction_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7349
7350
7351
# File 'sig/types.rbs', line 7349

def name
  @name
end

#primary_owner_arn::String

Returns the value of attribute primary_owner_arn.

Returns:

  • (::String)


7365
7366
7367
# File 'sig/types.rbs', line 7365

def primary_owner_arn
  @primary_owner_arn
end

#primary_owner_username::String

Returns the value of attribute primary_owner_username.

Returns:

  • (::String)


7366
7367
7368
# File 'sig/types.rbs', line 7366

def primary_owner_username
  @primary_owner_username
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "UPDATING", "ACTIVE", "FAILED", "DELETING")


7350
7351
7352
# File 'sig/types.rbs', line 7350

def status
  @status
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


7355
7356
7357
# File 'sig/types.rbs', line 7355

def type
  @type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


7357
7358
7359
# File 'sig/types.rbs', line 7357

def updated_at
  @updated_at
end