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)


2985
2986
2987
# File 'sig/types.rbs', line 2985

def client_token
  @client_token
end

#external_source_configurationTypes::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.

Returns:

  • ("QUICK_RESPONSES")


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.

Returns:

  • (::String)


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.

Returns:

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


2986
2987
2988
# File 'sig/types.rbs', line 2986

def 
  @metadata
end

#upload_id::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


2984
2985
2986
# File 'sig/types.rbs', line 2984

def upload_id
  @upload_id
end