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_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("FULL", "INCREMENTAL")


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.

Returns:

  • (::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.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def message
  @message
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def status
  @status
end