Class: Aws::Types::StartImportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartImportJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#external_source_configuration ⇒ Types::ExternalSourceConfiguration
Returns the value of attribute external_source_configuration.
-
#import_job_type ⇒ "QUICK_RESPONSES"
Returns the value of attribute import_job_type.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2985 2986 2987 |
# File 'sig/types.rbs', line 2985 def client_token @client_token end |
#external_source_configuration ⇒ Types::ExternalSourceConfiguration
Returns the value of attribute external_source_configuration.
2987 2988 2989 |
# File 'sig/types.rbs', line 2987 def external_source_configuration @external_source_configuration end |
#import_job_type ⇒ "QUICK_RESPONSES"
Returns the value of attribute import_job_type.
2983 2984 2985 |
# File 'sig/types.rbs', line 2983 def import_job_type @import_job_type end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
2982 2983 2984 |
# File 'sig/types.rbs', line 2982 def knowledge_base_id @knowledge_base_id end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
2986 2987 2988 |
# File 'sig/types.rbs', line 2986 def @metadata end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
2984 2985 2986 |
# File 'sig/types.rbs', line 2984 def upload_id @upload_id end |