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.
932 933 934 |
# File 'sig/types.rbs', line 932 def client_token @client_token end |
#external_source_configuration ⇒ Types::ExternalSourceConfiguration
Returns the value of attribute external_source_configuration.
933 934 935 |
# File 'sig/types.rbs', line 933 def external_source_configuration @external_source_configuration end |
#import_job_type ⇒ "QUICK_RESPONSES"
Returns the value of attribute import_job_type.
934 935 936 |
# File 'sig/types.rbs', line 934 def import_job_type @import_job_type end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
935 936 937 |
# File 'sig/types.rbs', line 935 def knowledge_base_id @knowledge_base_id end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
936 937 938 |
# File 'sig/types.rbs', line 936 def @metadata end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
937 938 939 |
# File 'sig/types.rbs', line 937 def upload_id @upload_id end |