Class: Aws::Types::CreateDatasetImportJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source ⇒ Types::DataSource

Returns the value of attribute data_source.

Returns:



285
286
287
# File 'sig/types.rbs', line 285

def data_source
  @data_source
end

#dataset_arn ⇒ ::String

Returns the value of attribute dataset_arn.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def dataset_arn
  @dataset_arn
end

#import_mode ⇒ "FULL", "INCREMENTAL"

Returns the value of attribute import_mode.

Returns:

  • ("FULL", "INCREMENTAL")


288
289
290
# File 'sig/types.rbs', line 288

def import_mode
  @import_mode
end

#job_name ⇒ ::String

Returns the value of attribute job_name.

Returns:

  • (::String)


283
284
285
# File 'sig/types.rbs', line 283

def job_name
  @job_name
end

#publish_attribution_metrics_to_s3 ⇒ Boolean

Returns the value of attribute publish_attribution_metrics_to_s3.

Returns:

  • (Boolean)


289
290
291
# File 'sig/types.rbs', line 289

def publish_attribution_metrics_to_s3
  @publish_attribution_metrics_to_s3
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


286
287
288
# File 'sig/types.rbs', line 286

def role_arn
  @role_arn
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



287
288
289
# File 'sig/types.rbs', line 287

def tags
  @tags
end