Class: Aws::Types::UpdateDataSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDataSourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::DataSourceConfiguration
Returns the value of attribute configuration.
-
#custom_document_enrichment_configuration ⇒ Types::CustomDocumentEnrichmentConfiguration
Returns the value of attribute custom_document_enrichment_configuration.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#index_id ⇒ ::String
Returns the value of attribute index_id.
-
#language_code ⇒ ::String
Returns the value of attribute language_code.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#schedule ⇒ ::String
Returns the value of attribute schedule.
-
#vpc_configuration ⇒ Types::DataSourceVpcConfiguration
Returns the value of attribute vpc_configuration.
Instance Attribute Details
#configuration ⇒ Types::DataSourceConfiguration
Returns the value of attribute configuration.
2069 2070 2071 |
# File 'sig/types.rbs', line 2069 def configuration @configuration end |
#custom_document_enrichment_configuration ⇒ Types::CustomDocumentEnrichmentConfiguration
Returns the value of attribute custom_document_enrichment_configuration.
2075 2076 2077 |
# File 'sig/types.rbs', line 2075 def custom_document_enrichment_configuration @custom_document_enrichment_configuration end |
#description ⇒ ::String
Returns the value of attribute description.
2071 2072 2073 |
# File 'sig/types.rbs', line 2071 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
2066 2067 2068 |
# File 'sig/types.rbs', line 2066 def id @id end |
#index_id ⇒ ::String
Returns the value of attribute index_id.
2068 2069 2070 |
# File 'sig/types.rbs', line 2068 def index_id @index_id end |
#language_code ⇒ ::String
Returns the value of attribute language_code.
2074 2075 2076 |
# File 'sig/types.rbs', line 2074 def language_code @language_code end |
#name ⇒ ::String
Returns the value of attribute name.
2067 2068 2069 |
# File 'sig/types.rbs', line 2067 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2073 2074 2075 |
# File 'sig/types.rbs', line 2073 def role_arn @role_arn end |
#schedule ⇒ ::String
Returns the value of attribute schedule.
2072 2073 2074 |
# File 'sig/types.rbs', line 2072 def schedule @schedule end |
#vpc_configuration ⇒ Types::DataSourceVpcConfiguration
Returns the value of attribute vpc_configuration.
2070 2071 2072 |
# File 'sig/types.rbs', line 2070 def vpc_configuration @vpc_configuration end |