Class: Aws::Types::ImportJobData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:failed_record_report, :url])

Instance Attribute Summary collapse

Instance Attribute Details

#created_time ⇒ ::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


448
449
450
# File 'sig/types.rbs', line 448

def created_time
  @created_time
end

#external_source_configuration ⇒ Types::ExternalSourceConfiguration

Returns the value of attribute external_source_configuration.



449
450
451
# File 'sig/types.rbs', line 449

def external_source_configuration
  @external_source_configuration
end

#failed_record_report ⇒ ::String

Returns the value of attribute failed_record_report.

Returns:

  • (::String)


450
451
452
# File 'sig/types.rbs', line 450

def failed_record_report
  @failed_record_report
end

#import_job_id ⇒ ::String

Returns the value of attribute import_job_id.

Returns:

  • (::String)


451
452
453
# File 'sig/types.rbs', line 451

def import_job_id
  @import_job_id
end

#import_job_type ⇒ "QUICK_RESPONSES"

Returns the value of attribute import_job_type.

Returns:

  • ("QUICK_RESPONSES")


452
453
454
# File 'sig/types.rbs', line 452

def import_job_type
  @import_job_type
end

#knowledge_base_arn ⇒ ::String

Returns the value of attribute knowledge_base_arn.

Returns:

  • (::String)


453
454
455
# File 'sig/types.rbs', line 453

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_id ⇒ ::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


454
455
456
# File 'sig/types.rbs', line 454

def knowledge_base_id
  @knowledge_base_id
end

#last_modified_time ⇒ ::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


455
456
457
# File 'sig/types.rbs', line 455

def last_modified_time
  @last_modified_time
end

#metadata ⇒ ::Hash[::String, ::String]

Returns the value of attribute metadata.

Returns:

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


456
457
458
# File 'sig/types.rbs', line 456

def 
  
end

#status ⇒ "START_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("START_IN_PROGRESS", "FAILED", "COMPLETE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETED")


457
458
459
# File 'sig/types.rbs', line 457

def status
  @status
end

#upload_id ⇒ ::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


458
459
460
# File 'sig/types.rbs', line 458

def upload_id
  @upload_id
end

#url ⇒ ::String

Returns the value of attribute url.

Returns:

  • (::String)


459
460
461
# File 'sig/types.rbs', line 459

def url
  @url
end

#url_expiry ⇒ ::Time

Returns the value of attribute url_expiry.

Returns:

  • (::Time)


460
461
462
# File 'sig/types.rbs', line 460

def url_expiry
  @url_expiry
end