Module: Aws::Kendra::Client::_DescribeDataSourceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeDataSourceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #configuration ⇒ Types::DataSourceConfiguration
- #created_at ⇒ ::Time
- #custom_document_enrichment_configuration ⇒ Types::CustomDocumentEnrichmentConfiguration
- #description ⇒ ::String
- #error_message ⇒ ::String
- #id ⇒ ::String
- #index_id ⇒ ::String
- #language_code ⇒ ::String
- #name ⇒ ::String
- #role_arn ⇒ ::String
- #schedule ⇒ ::String
- #status ⇒ "CREATING", ...
- #type ⇒ "S3", ...
- #updated_at ⇒ ::Time
- #vpc_configuration ⇒ Types::DataSourceVpcConfiguration
Instance Method Details
#configuration ⇒ Types::DataSourceConfiguration
488 |
# File 'sig/client.rbs', line 488
def configuration: () -> Types::DataSourceConfiguration
|
#created_at ⇒ ::Time
490 |
# File 'sig/client.rbs', line 490
def created_at: () -> ::Time
|
#custom_document_enrichment_configuration ⇒ Types::CustomDocumentEnrichmentConfiguration
498 |
# File 'sig/client.rbs', line 498
def custom_document_enrichment_configuration: () -> Types::CustomDocumentEnrichmentConfiguration
|
#description ⇒ ::String
492 |
# File 'sig/client.rbs', line 492
def description: () -> ::String
|
#error_message ⇒ ::String
496 |
# File 'sig/client.rbs', line 496
def error_message: () -> ::String
|
#id ⇒ ::String
484 |
# File 'sig/client.rbs', line 484
def id: () -> ::String
|
#index_id ⇒ ::String
485 |
# File 'sig/client.rbs', line 485
def index_id: () -> ::String
|
#language_code ⇒ ::String
497 |
# File 'sig/client.rbs', line 497
def language_code: () -> ::String
|
#name ⇒ ::String
486 |
# File 'sig/client.rbs', line 486
def name: () -> ::String
|
#role_arn ⇒ ::String
495 |
# File 'sig/client.rbs', line 495
def role_arn: () -> ::String
|
#schedule ⇒ ::String
494 |
# File 'sig/client.rbs', line 494
def schedule: () -> ::String
|
#status ⇒ "CREATING", ...
493 |
# File 'sig/client.rbs', line 493
def status: () -> ("CREATING" | "DELETING" | "FAILED" | "UPDATING" | "ACTIVE")
|
#type ⇒ "S3", ...
487 |
# File 'sig/client.rbs', line 487
def type: () -> ("S3" | "SHAREPOINT" | "DATABASE" | "SALESFORCE" | "ONEDRIVE" | "SERVICENOW" | "CUSTOM" | "CONFLUENCE" | "GOOGLEDRIVE" | "WEBCRAWLER" | "WORKDOCS" | "FSX" | "SLACK" | "BOX" | "QUIP" | "JIRA" | "GITHUB" | "ALFRESCO" | "TEMPLATE")
|
#updated_at ⇒ ::Time
491 |
# File 'sig/client.rbs', line 491
def updated_at: () -> ::Time
|
#vpc_configuration ⇒ Types::DataSourceVpcConfiguration
489 |
# File 'sig/client.rbs', line 489
def vpc_configuration: () -> Types::DataSourceVpcConfiguration
|