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)


500
501
502
# File 'sig/types.rbs', line 500

def description
  @description
end

#knowledge_base_arn ⇒ ::String

Returns the value of attribute knowledge_base_arn.

Returns:

  • (::String)


501
502
503
# File 'sig/types.rbs', line 501

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_id ⇒ ::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


502
503
504
# File 'sig/types.rbs', line 502

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")


503
504
505
# File 'sig/types.rbs', line 503

def knowledge_base_type
  @knowledge_base_type
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


504
505
506
# File 'sig/types.rbs', line 504

def name
  @name
end

#rendering_configuration ⇒ Types::RenderingConfiguration

Returns the value of attribute rendering_configuration.



505
506
507
# File 'sig/types.rbs', line 505

def rendering_configuration
  @rendering_configuration
end

#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration

Returns the value of attribute server_side_encryption_configuration.



506
507
508
# File 'sig/types.rbs', line 506

def server_side_encryption_configuration
  @server_side_encryption_configuration
end

#source_configuration ⇒ Types::SourceConfiguration

Returns the value of attribute source_configuration.



507
508
509
# File 'sig/types.rbs', line 507

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")


508
509
510
# File 'sig/types.rbs', line 508

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


509
510
511
# File 'sig/types.rbs', line 509

def tags
  @tags
end