Class: Aws::Types::ImportJobSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


1556
1557
1558
# File 'sig/types.rbs', line 1556

def created_time
  @created_time
end

#external_source_configurationTypes::ExternalSourceConfiguration

Returns the value of attribute external_source_configuration.



1559
1560
1561
# File 'sig/types.rbs', line 1559

def external_source_configuration
  @external_source_configuration
end

#import_job_id::String

Returns the value of attribute import_job_id.

Returns:

  • (::String)


1550
1551
1552
# File 'sig/types.rbs', line 1550

def import_job_id
  @import_job_id
end

#import_job_type"QUICK_RESPONSES"

Returns the value of attribute import_job_type.

Returns:

  • ("QUICK_RESPONSES")


1554
1555
1556
# File 'sig/types.rbs', line 1554

def import_job_type
  @import_job_type
end

#knowledge_base_arn::String

Returns the value of attribute knowledge_base_arn.

Returns:

  • (::String)


1553
1554
1555
# File 'sig/types.rbs', line 1553

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


1551
1552
1553
# File 'sig/types.rbs', line 1551

def knowledge_base_id
  @knowledge_base_id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1557
1558
1559
# File 'sig/types.rbs', line 1557

def last_modified_time
  @last_modified_time
end

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

Returns the value of attribute metadata.

Returns:

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


1558
1559
1560
# File 'sig/types.rbs', line 1558

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")


1555
1556
1557
# File 'sig/types.rbs', line 1555

def status
  @status
end

#upload_id::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


1552
1553
1554
# File 'sig/types.rbs', line 1552

def upload_id
  @upload_id
end