Class: Aws::Types::DatasetImportJobSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


525
526
527
# File 'sig/types.rbs', line 525

def creation_date_time
  @creation_date_time
end

#dataset_import_job_arn ⇒ ::String

Returns the value of attribute dataset_import_job_arn.

Returns:

  • (::String)


522
523
524
# File 'sig/types.rbs', line 522

def dataset_import_job_arn
  @dataset_import_job_arn
end

#failure_reason ⇒ ::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


527
528
529
# File 'sig/types.rbs', line 527

def failure_reason
  @failure_reason
end

#import_mode ⇒ "FULL", "INCREMENTAL"

Returns the value of attribute import_mode.

Returns:

  • ("FULL", "INCREMENTAL")


528
529
530
# File 'sig/types.rbs', line 528

def import_mode
  @import_mode
end

#job_name ⇒ ::String

Returns the value of attribute job_name.

Returns:

  • (::String)


523
524
525
# File 'sig/types.rbs', line 523

def job_name
  @job_name
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


526
527
528
# File 'sig/types.rbs', line 526

def last_updated_date_time
  @last_updated_date_time
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


524
525
526
# File 'sig/types.rbs', line 524

def status
  @status
end