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.
2412 2413 2414 |
# File 'sig/types.rbs', line 2412 def creation_status @creation_status end |
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
2410 2411 2412 |
# File 'sig/types.rbs', line 2410 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
2411 2412 2413 |
# File 'sig/types.rbs', line 2411 def knowledge_base_id @knowledge_base_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2413 2414 2415 |
# File 'sig/types.rbs', line 2413 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
2414 2415 2416 |
# File 'sig/types.rbs', line 2414 def status @status end |