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)


465
466
467
# File 'sig/types.rbs', line 465

def created_time
  @created_time
end

#external_source_configuration ⇒ Types::ExternalSourceConfiguration

Returns the value of attribute external_source_configuration.



466
467
468
# File 'sig/types.rbs', line 466

def external_source_configuration
  @external_source_configuration
end

#import_job_id ⇒ ::String

Returns the value of attribute import_job_id.

Returns:

  • (::String)


467
468
469
# File 'sig/types.rbs', line 467

def import_job_id
  @import_job_id
end

#import_job_type ⇒ "QUICK_RESPONSES"

Returns the value of attribute import_job_type.

Returns:

  • ("QUICK_RESPONSES")


468
469
470
# File 'sig/types.rbs', line 468

def import_job_type
  @import_job_type
end

#knowledge_base_arn ⇒ ::String

Returns the value of attribute knowledge_base_arn.

Returns:

  • (::String)


469
470
471
# File 'sig/types.rbs', line 469

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_id ⇒ ::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


470
471
472
# File 'sig/types.rbs', line 470

def knowledge_base_id
  @knowledge_base_id
end

#last_modified_time ⇒ ::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


471
472
473
# File 'sig/types.rbs', line 471

def last_modified_time
  @last_modified_time
end

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

Returns the value of attribute metadata.

Returns:

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


472
473
474
# File 'sig/types.rbs', line 472

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


473
474
475
# File 'sig/types.rbs', line 473

def status
  @status
end

#upload_id ⇒ ::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def upload_id
  @upload_id
end