Class: Aws::Types::KnowledgeBaseData
- Inherits:
-
Object
- Object
- Aws::Types::KnowledgeBaseData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#knowledge_base_type ⇒ "EXTERNAL", ...
Returns the value of attribute knowledge_base_type.
-
#last_content_modification_time ⇒ ::Time
Returns the value of attribute last_content_modification_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rendering_configuration ⇒ Types::RenderingConfiguration
Returns the value of attribute rendering_configuration.
-
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Returns the value of attribute server_side_encryption_configuration.
-
#source_configuration ⇒ Types::SourceConfiguration
Returns the value of attribute source_configuration.
-
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
485 486 487 |
# File 'sig/types.rbs', line 485 def description @description end |
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
486 487 488 |
# File 'sig/types.rbs', line 486 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
487 488 489 |
# File 'sig/types.rbs', line 487 def knowledge_base_id @knowledge_base_id end |
#knowledge_base_type ⇒ "EXTERNAL", ...
Returns the value of attribute knowledge_base_type.
488 489 490 |
# File 'sig/types.rbs', line 488 def knowledge_base_type @knowledge_base_type end |
#last_content_modification_time ⇒ ::Time
Returns the value of attribute last_content_modification_time.
489 490 491 |
# File 'sig/types.rbs', line 489 def last_content_modification_time @last_content_modification_time end |
#name ⇒ ::String
Returns the value of attribute name.
490 491 492 |
# File 'sig/types.rbs', line 490 def name @name end |
#rendering_configuration ⇒ Types::RenderingConfiguration
Returns the value of attribute rendering_configuration.
491 492 493 |
# File 'sig/types.rbs', line 491 def rendering_configuration @rendering_configuration end |
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Returns the value of attribute server_side_encryption_configuration.
492 493 494 |
# File 'sig/types.rbs', line 492 def server_side_encryption_configuration @server_side_encryption_configuration end |
#source_configuration ⇒ Types::SourceConfiguration
Returns the value of attribute source_configuration.
493 494 495 |
# File 'sig/types.rbs', line 493 def source_configuration @source_configuration end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
494 495 496 |
# File 'sig/types.rbs', line 494 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
495 496 497 |
# File 'sig/types.rbs', line 495 def end |