Class: Aws::Types::DatasetImportJob

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)


513
514
515
# File 'sig/types.rbs', line 513

def creation_date_time
  @creation_date_time
end

#data_source ⇒ Types::DataSource

Returns the value of attribute data_source.

Returns:



510
511
512
# File 'sig/types.rbs', line 510

def data_source
  @data_source
end

#dataset_arn ⇒ ::String

Returns the value of attribute dataset_arn.

Returns:

  • (::String)


509
510
511
# File 'sig/types.rbs', line 509

def dataset_arn
  @dataset_arn
end

#dataset_import_job_arn ⇒ ::String

Returns the value of attribute dataset_import_job_arn.

Returns:

  • (::String)


508
509
510
# File 'sig/types.rbs', line 508

def dataset_import_job_arn
  @dataset_import_job_arn
end

#failure_reason ⇒ ::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


515
516
517
# File 'sig/types.rbs', line 515

def failure_reason
  @failure_reason
end

#import_mode ⇒ "FULL", "INCREMENTAL"

Returns the value of attribute import_mode.

Returns:

  • ("FULL", "INCREMENTAL")


516
517
518
# File 'sig/types.rbs', line 516

def import_mode
  @import_mode
end

#job_name ⇒ ::String

Returns the value of attribute job_name.

Returns:

  • (::String)


507
508
509
# File 'sig/types.rbs', line 507

def job_name
  @job_name
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


514
515
516
# File 'sig/types.rbs', line 514

def last_updated_date_time
  @last_updated_date_time
end

#publish_attribution_metrics_to_s3 ⇒ Boolean

Returns the value of attribute publish_attribution_metrics_to_s3.

Returns:

  • (Boolean)


517
518
519
# File 'sig/types.rbs', line 517

def publish_attribution_metrics_to_s3
  @publish_attribution_metrics_to_s3
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


511
512
513
# File 'sig/types.rbs', line 511

def role_arn
  @role_arn
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


512
513
514
# File 'sig/types.rbs', line 512

def status
  @status
end