Class: Aws::Types::DatasetImportJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::DatasetImportJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
-
#dataset_import_job_arn ⇒ ::String
Returns the value of attribute dataset_import_job_arn.
-
#dataset_import_job_name ⇒ ::String
Returns the value of attribute dataset_import_job_name.
-
#import_mode ⇒ "FULL", "INCREMENTAL"
Returns the value of attribute import_mode.
-
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
307 308 309 |
# File 'sig/types.rbs', line 307 def creation_time @creation_time end |
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
304 305 306 |
# File 'sig/types.rbs', line 304 def data_source @data_source end |
#dataset_import_job_arn ⇒ ::String
Returns the value of attribute dataset_import_job_arn.
302 303 304 |
# File 'sig/types.rbs', line 302 def dataset_import_job_arn @dataset_import_job_arn end |
#dataset_import_job_name ⇒ ::String
Returns the value of attribute dataset_import_job_name.
303 304 305 |
# File 'sig/types.rbs', line 303 def dataset_import_job_name @dataset_import_job_name end |
#import_mode ⇒ "FULL", "INCREMENTAL"
Returns the value of attribute import_mode.
309 310 311 |
# File 'sig/types.rbs', line 309 def import_mode @import_mode end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
308 309 310 |
# File 'sig/types.rbs', line 308 def last_modification_time @last_modification_time end |
#message ⇒ ::String
Returns the value of attribute message.
306 307 308 |
# File 'sig/types.rbs', line 306 def @message end |
#status ⇒ ::String
Returns the value of attribute status.
305 306 307 |
# File 'sig/types.rbs', line 305 def status @status end |