Module: Aws::QuickSight::Client::_CreateKnowledgeBaseResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateKnowledgeBaseResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_status ⇒ "CREATING", ...
- #knowledge_base_arn ⇒ ::String
- #knowledge_base_id ⇒ ::String
- #request_id ⇒ ::String
- #status ⇒ ::Integer
Instance Method Details
#creation_status ⇒ "CREATING", ...
653 |
# File 'sig/client.rbs', line 653
def creation_status: () -> ("CREATING" | "UPDATING" | "ACTIVE" | "FAILED" | "DELETING")
|
#knowledge_base_arn ⇒ ::String
651 |
# File 'sig/client.rbs', line 651
def knowledge_base_arn: () -> ::String
|
#knowledge_base_id ⇒ ::String
652 |
# File 'sig/client.rbs', line 652
def knowledge_base_id: () -> ::String
|
#request_id ⇒ ::String
654 |
# File 'sig/client.rbs', line 654
def request_id: () -> ::String
|
#status ⇒ ::Integer
655 |
# File 'sig/client.rbs', line 655
def status: () -> ::Integer
|