Class: Aws::Types::KnowledgeBase
- Inherits:
-
Object
- Object
- Aws::Types::KnowledgeBase
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#failure_reasons ⇒ ::Array[::String]
Returns the value of attribute failure_reasons.
-
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
-
#knowledge_base_configuration ⇒ Types::KnowledgeBaseConfiguration
Returns the value of attribute knowledge_base_configuration.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#storage_configuration ⇒ Types::StorageConfiguration
Returns the value of attribute storage_configuration.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1605 1606 1607 |
# File 'sig/types.rbs', line 1605 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def description @description end |
#failure_reasons ⇒ ::Array[::String]
Returns the value of attribute failure_reasons.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def failure_reasons @failure_reasons end |
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_configuration ⇒ Types::KnowledgeBaseConfiguration
Returns the value of attribute knowledge_base_configuration.
1602 1603 1604 |
# File 'sig/types.rbs', line 1602 def knowledge_base_configuration @knowledge_base_configuration end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
1597 1598 1599 |
# File 'sig/types.rbs', line 1597 def knowledge_base_id @knowledge_base_id end |
#name ⇒ ::String
Returns the value of attribute name.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1601 1602 1603 |
# File 'sig/types.rbs', line 1601 def role_arn @role_arn end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1604 1605 1606 |
# File 'sig/types.rbs', line 1604 def status @status end |
#storage_configuration ⇒ Types::StorageConfiguration
Returns the value of attribute storage_configuration.
1603 1604 1605 |
# File 'sig/types.rbs', line 1603 def storage_configuration @storage_configuration end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1606 1607 1608 |
# File 'sig/types.rbs', line 1606 def updated_at @updated_at end |