Class: Aws::Types::ImportJobData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:url, :failed_record_report])

Instance Attribute Summary collapse

Instance Attribute Details

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


1542
1543
1544
# File 'sig/types.rbs', line 1542

def created_time
  @created_time
end

#external_source_configurationTypes::ExternalSourceConfiguration

Returns the value of attribute external_source_configuration.



1545
1546
1547
# File 'sig/types.rbs', line 1545

def external_source_configuration
  @external_source_configuration
end

#failed_record_report::String

Returns the value of attribute failed_record_report.

Returns:

  • (::String)


1540
1541
1542
# File 'sig/types.rbs', line 1540

def failed_record_report
  @failed_record_report
end

#import_job_id::String

Returns the value of attribute import_job_id.

Returns:

  • (::String)


1533
1534
1535
# File 'sig/types.rbs', line 1533

def import_job_id
  @import_job_id
end

#import_job_type"QUICK_RESPONSES"

Returns the value of attribute import_job_type.

Returns:

  • ("QUICK_RESPONSES")


1537
1538
1539
# File 'sig/types.rbs', line 1537

def import_job_type
  @import_job_type
end

#knowledge_base_arn::String

Returns the value of attribute knowledge_base_arn.

Returns:

  • (::String)


1536
1537
1538
# File 'sig/types.rbs', line 1536

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


1534
1535
1536
# File 'sig/types.rbs', line 1534

def knowledge_base_id
  @knowledge_base_id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1543
1544
1545
# File 'sig/types.rbs', line 1543

def last_modified_time
  @last_modified_time
end

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

Returns the value of attribute metadata.

Returns:

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


1544
1545
1546
# File 'sig/types.rbs', line 1544

def 
  @metadata
end

#status"START_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


1538
1539
1540
# File 'sig/types.rbs', line 1538

def status
  @status
end

#upload_id::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


1535
1536
1537
# File 'sig/types.rbs', line 1535

def upload_id
  @upload_id
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


1539
1540
1541
# File 'sig/types.rbs', line 1539

def url
  @url
end

#url_expiry::Time

Returns the value of attribute url_expiry.

Returns:

  • (::Time)


1541
1542
1543
# File 'sig/types.rbs', line 1541

def url_expiry
  @url_expiry
end