Class: Aws::Types::KnowledgeBaseSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1616
1617
1618
# File 'sig/types.rbs', line 1616

def description
  @description
end

#knowledge_base_arn::String

Returns the value of attribute knowledge_base_arn.

Returns:

  • (::String)


1608
1609
1610
# File 'sig/types.rbs', line 1608

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


1607
1608
1609
# File 'sig/types.rbs', line 1607

def knowledge_base_id
  @knowledge_base_id
end

#knowledge_base_type"EXTERNAL", ...

Returns the value of attribute knowledge_base_type.

Returns:

  • ("EXTERNAL", "CUSTOM", "QUICK_RESPONSES", "MESSAGE_TEMPLATES", "MANAGED")


1610
1611
1612
# File 'sig/types.rbs', line 1610

def knowledge_base_type
  @knowledge_base_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1609
1610
1611
# File 'sig/types.rbs', line 1609

def name
  @name
end

#rendering_configurationTypes::RenderingConfiguration

Returns the value of attribute rendering_configuration.



1614
1615
1616
# File 'sig/types.rbs', line 1614

def rendering_configuration
  @rendering_configuration
end

#server_side_encryption_configurationTypes::ServerSideEncryptionConfiguration

Returns the value of attribute server_side_encryption_configuration.



1615
1616
1617
# File 'sig/types.rbs', line 1615

def server_side_encryption_configuration
  @server_side_encryption_configuration
end

#source_configurationTypes::SourceConfiguration

Returns the value of attribute source_configuration.



1612
1613
1614
# File 'sig/types.rbs', line 1612

def source_configuration
  @source_configuration
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_FAILED", "ACTIVE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETED")


1611
1612
1613
# File 'sig/types.rbs', line 1611

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1617
1618
1619
# File 'sig/types.rbs', line 1617

def tags
  @tags
end

#vector_ingestion_configurationTypes::VectorIngestionConfiguration

Returns the value of attribute vector_ingestion_configuration.



1613
1614
1615
# File 'sig/types.rbs', line 1613

def vector_ingestion_configuration
  @vector_ingestion_configuration
end