Module: Aws::QBusiness::Client::_GetRetrieverResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRetrieverResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_id ⇒ ::String
- #configuration ⇒ Types::RetrieverConfiguration
- #created_at ⇒ ::Time
- #display_name ⇒ ::String
- #retriever_arn ⇒ ::String
- #retriever_id ⇒ ::String
- #role_arn ⇒ ::String
- #status ⇒ "CREATING", ...
- #type ⇒ "NATIVE_INDEX", "KENDRA_INDEX"
- #updated_at ⇒ ::Time
Instance Method Details
#application_id ⇒ ::String
868 |
# File 'sig/client.rbs', line 868
def application_id: () -> ::String
|
#configuration ⇒ Types::RetrieverConfiguration
874 |
# File 'sig/client.rbs', line 874
def configuration: () -> Types::RetrieverConfiguration
|
#created_at ⇒ ::Time
876 |
# File 'sig/client.rbs', line 876
def created_at: () -> ::Time
|
#display_name ⇒ ::String
873 |
# File 'sig/client.rbs', line 873
def display_name: () -> ::String
|
#retriever_arn ⇒ ::String
870 |
# File 'sig/client.rbs', line 870
def retriever_arn: () -> ::String
|
#retriever_id ⇒ ::String
869 |
# File 'sig/client.rbs', line 869
def retriever_id: () -> ::String
|
#role_arn ⇒ ::String
875 |
# File 'sig/client.rbs', line 875
def role_arn: () -> ::String
|
#status ⇒ "CREATING", ...
872 |
# File 'sig/client.rbs', line 872
def status: () -> ("CREATING" | "ACTIVE" | "FAILED")
|
#type ⇒ "NATIVE_INDEX", "KENDRA_INDEX"
871 |
# File 'sig/client.rbs', line 871
def type: () -> ("NATIVE_INDEX" | "KENDRA_INDEX")
|
#updated_at ⇒ ::Time
877 |
# File 'sig/client.rbs', line 877
def updated_at: () -> ::Time
|