Class: Aws::Types::StartImportJobRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:

  • ("QUICK_RESPONSES")


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


936
937
938
# File 'sig/types.rbs', line 936

def 
  @metadata
end

#upload_id ⇒ ::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


937
938
939
# File 'sig/types.rbs', line 937

def upload_id
  @upload_id
end