Class: Aws::Types::CreateKnowledgeBaseResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateKnowledgeBaseResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_status ⇒ "CREATING", ...
Returns the value of attribute creation_status.
-
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#creation_status ⇒ "CREATING", ...
Returns the value of attribute creation_status.
2528 2529 2530 |
# File 'sig/types.rbs', line 2528 def creation_status @creation_status end |
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
2526 2527 2528 |
# File 'sig/types.rbs', line 2526 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
2527 2528 2529 |
# File 'sig/types.rbs', line 2527 def knowledge_base_id @knowledge_base_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2529 2530 2531 |
# File 'sig/types.rbs', line 2529 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
2530 2531 2532 |
# File 'sig/types.rbs', line 2530 def status @status end |