Class: Aws::Types::DatasetImportJob
- Inherits:
-
Object
- Object
- Aws::Types::DatasetImportJob
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
-
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
-
#dataset_import_job_arn ⇒ ::String
Returns the value of attribute dataset_import_job_arn.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#import_mode ⇒ "FULL", "INCREMENTAL"
Returns the value of attribute import_mode.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#publish_attribution_metrics_to_s3 ⇒ Boolean
Returns the value of attribute publish_attribution_metrics_to_s3.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_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.
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.
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.
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.
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.
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.
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.
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.
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.
511 512 513 |
# File 'sig/types.rbs', line 511 def role_arn @role_arn end |
#status ⇒ ::String
Returns the value of attribute status.
512 513 514 |
# File 'sig/types.rbs', line 512 def status @status end |