Class: Aws::Types::CreateDatasetImportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDatasetImportJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
-
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
-
#import_mode ⇒ "FULL", "INCREMENTAL"
Returns the value of attribute import_mode.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
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.
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.
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.
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.
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.
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.
287 288 289 |
# File 'sig/types.rbs', line 287 def @tags end |