Class: Aws::Types::CreateDataSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataSourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#type ⇒ "S3", ...
Returns the value of attribute type.
-
#vpc_configuration ⇒ Types::DataSourceVpcConfiguration
Returns the value of attribute vpc_configuration.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
397 398 399 |
# File 'sig/types.rbs', line 397 def client_token @client_token end |
#configuration ⇒ Types::DataSourceConfiguration
Returns the value of attribute configuration.
391 392 393 |
# File 'sig/types.rbs', line 391 def configuration @configuration end |
#custom_document_enrichment_configuration ⇒ Types::CustomDocumentEnrichmentConfiguration
Returns the value of attribute custom_document_enrichment_configuration.
399 400 401 |
# File 'sig/types.rbs', line 399 def custom_document_enrichment_configuration @custom_document_enrichment_configuration end |
#description ⇒ ::String
Returns the value of attribute description.
393 394 395 |
# File 'sig/types.rbs', line 393 def description @description end |
#index_id ⇒ ::String
Returns the value of attribute index_id.
389 390 391 |
# File 'sig/types.rbs', line 389 def index_id @index_id end |
#language_code ⇒ ::String
Returns the value of attribute language_code.
398 399 400 |
# File 'sig/types.rbs', line 398 def language_code @language_code end |
#name ⇒ ::String
Returns the value of attribute name.
388 389 390 |
# File 'sig/types.rbs', line 388 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
395 396 397 |
# File 'sig/types.rbs', line 395 def role_arn @role_arn end |
#schedule ⇒ ::String
Returns the value of attribute schedule.
394 395 396 |
# File 'sig/types.rbs', line 394 def schedule @schedule end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
396 397 398 |
# File 'sig/types.rbs', line 396 def end |
#type ⇒ "S3", ...
Returns the value of attribute type.
390 391 392 |
# File 'sig/types.rbs', line 390 def type @type end |
#vpc_configuration ⇒ Types::DataSourceVpcConfiguration
Returns the value of attribute vpc_configuration.
392 393 394 |
# File 'sig/types.rbs', line 392 def vpc_configuration @vpc_configuration end |