Class: Aws::Types::StartIngestionJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartIngestionJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2613 2614 2615 |
# File 'sig/types.rbs', line 2613 def client_token @client_token end |
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
2612 2613 2614 |
# File 'sig/types.rbs', line 2612 def data_source_id @data_source_id end |
#description ⇒ ::String
Returns the value of attribute description.
2614 2615 2616 |
# File 'sig/types.rbs', line 2614 def description @description end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
2611 2612 2613 |
# File 'sig/types.rbs', line 2611 def knowledge_base_id @knowledge_base_id end |