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.



7088
7089
7090
# File 'sig/types.rbs', line 7088

def access_control_configuration
  @access_control_configuration
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


7090
7091
7092
# File 'sig/types.rbs', line 7090

def created_at
  @created_at
end

#data_source_arn::String

Returns the value of attribute data_source_arn.

Returns:

  • (::String)


7085
7086
7087
# File 'sig/types.rbs', line 7085

def data_source_arn
  @data_source_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


7092
7093
7094
# File 'sig/types.rbs', line 7092

def description
  @description
end

#document_count::Integer

Returns the value of attribute document_count.

Returns:

  • (::Integer)


7098
7099
7100
# File 'sig/types.rbs', line 7098

def document_count
  @document_count
end

#first_completed_ingestion_summaryTypes::KnowledgeBaseIngestionSummary

Returns the value of attribute first_completed_ingestion_summary.



7094
7095
7096
# File 'sig/types.rbs', line 7094

def first_completed_ingestion_summary
  @first_completed_ingestion_summary
end

#first_incomplete_ingestion_summaryTypes::KnowledgeBaseIngestionSummary

Returns the value of attribute first_incomplete_ingestion_summary.



7095
7096
7097
# File 'sig/types.rbs', line 7095

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)


7093
7094
7095
# File 'sig/types.rbs', line 7093

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)


7081
7082
7083
# File 'sig/types.rbs', line 7081

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_configurationTypes::KnowledgeBaseConfiguration

Returns the value of attribute knowledge_base_configuration.



7086
7087
7088
# File 'sig/types.rbs', line 7086

def knowledge_base_configuration
  @knowledge_base_configuration
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


7082
7083
7084
# File 'sig/types.rbs', line 7082

def knowledge_base_id
  @knowledge_base_id
end

#knowledge_base_size_bytes::Integer

Returns the value of attribute knowledge_base_size_bytes.

Returns:

  • (::Integer)


7097
7098
7099
# File 'sig/types.rbs', line 7097

def knowledge_base_size_bytes
  @knowledge_base_size_bytes
end

#latest_ingestion_summaryTypes::KnowledgeBaseIngestionSummary

Returns the value of attribute latest_ingestion_summary.



7096
7097
7098
# File 'sig/types.rbs', line 7096

def latest_ingestion_summary
  @latest_ingestion_summary
end

#media_extraction_configurationTypes::MediaExtractionConfiguration

Returns the value of attribute media_extraction_configuration.



7087
7088
7089
# File 'sig/types.rbs', line 7087

def media_extraction_configuration
  @media_extraction_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7083
7084
7085
# File 'sig/types.rbs', line 7083

def name
  @name
end

#primary_owner_arn::String

Returns the value of attribute primary_owner_arn.

Returns:

  • (::String)


7099
7100
7101
# File 'sig/types.rbs', line 7099

def primary_owner_arn
  @primary_owner_arn
end

#primary_owner_username::String

Returns the value of attribute primary_owner_username.

Returns:

  • (::String)


7100
7101
7102
# File 'sig/types.rbs', line 7100

def primary_owner_username
  @primary_owner_username
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


7084
7085
7086
# File 'sig/types.rbs', line 7084

def status
  @status
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


7089
7090
7091
# File 'sig/types.rbs', line 7089

def type
  @type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


7091
7092
7093
# File 'sig/types.rbs', line 7091

def updated_at
  @updated_at
end