Module: Aws::QBusiness::Client::_GetDataSourceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDataSourceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_id ⇒ ::String
- #configuration ⇒ Object
- #created_at ⇒ ::Time
- #data_source_arn ⇒ ::String
- #data_source_id ⇒ ::String
- #description ⇒ ::String
- #display_name ⇒ ::String
- #document_enrichment_configuration ⇒ Types::DocumentEnrichmentConfiguration
- #index_id ⇒ ::String
- #media_extraction_configuration ⇒ Types::MediaExtractionConfiguration
- #role_arn ⇒ ::String
- #status ⇒ "PENDING_CREATION", ...
- #sync_schedule ⇒ ::String
- #type ⇒ ::String
- #updated_at ⇒ ::Time
- #vpc_configuration ⇒ Types::DataSourceVpcConfiguration
Instance Method Details
#application_id ⇒ ::String
744 |
# File 'sig/client.rbs', line 744
def application_id: () -> ::String
|
#configuration ⇒ Object
750 |
# File 'sig/client.rbs', line 750
def configuration: () -> untyped
|
#created_at ⇒ ::Time
752 |
# File 'sig/client.rbs', line 752
def created_at: () -> ::Time
|
#data_source_arn ⇒ ::String
747 |
# File 'sig/client.rbs', line 747
def data_source_arn: () -> ::String
|
#data_source_id ⇒ ::String
746 |
# File 'sig/client.rbs', line 746
def data_source_id: () -> ::String
|
#description ⇒ ::String
754 |
# File 'sig/client.rbs', line 754
def description: () -> ::String
|
#display_name ⇒ ::String
748 |
# File 'sig/client.rbs', line 748
def display_name: () -> ::String
|
#document_enrichment_configuration ⇒ Types::DocumentEnrichmentConfiguration
758 |
# File 'sig/client.rbs', line 758
def document_enrichment_configuration: () -> Types::DocumentEnrichmentConfiguration
|
#index_id ⇒ ::String
745 |
# File 'sig/client.rbs', line 745
def index_id: () -> ::String
|
#media_extraction_configuration ⇒ Types::MediaExtractionConfiguration
759 |
# File 'sig/client.rbs', line 759
def media_extraction_configuration: () -> Types::MediaExtractionConfiguration
|
#role_arn ⇒ ::String
757 |
# File 'sig/client.rbs', line 757
def role_arn: () -> ::String
|
#status ⇒ "PENDING_CREATION", ...
755 |
# File 'sig/client.rbs', line 755
def status: () -> ("PENDING_CREATION" | "CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "UPDATING")
|
#sync_schedule ⇒ ::String
756 |
# File 'sig/client.rbs', line 756
def sync_schedule: () -> ::String
|
#type ⇒ ::String
749 |
# File 'sig/client.rbs', line 749
def type: () -> ::String
|
#updated_at ⇒ ::Time
753 |
# File 'sig/client.rbs', line 753
def updated_at: () -> ::Time
|
#vpc_configuration ⇒ Types::DataSourceVpcConfiguration
751 |
# File 'sig/client.rbs', line 751
def vpc_configuration: () -> Types::DataSourceVpcConfiguration
|