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.
-
#dataset_import_job_name ⇒ ::String
Returns the value of attribute dataset_import_job_name.
-
#format ⇒ ::String
Returns the value of attribute format.
-
#geolocation_format ⇒ ::String
Returns the value of attribute geolocation_format.
-
#import_mode ⇒ "FULL", "INCREMENTAL"
Returns the value of attribute import_mode.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
-
#timestamp_format ⇒ ::String
Returns the value of attribute timestamp_format.
-
#use_geolocation_for_time_zone ⇒ Boolean
Returns the value of attribute use_geolocation_for_time_zone.
Instance Attribute Details
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
93 94 95 |
# File 'sig/types.rbs', line 93 def data_source @data_source end |
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
92 93 94 |
# File 'sig/types.rbs', line 92 def dataset_arn @dataset_arn end |
#dataset_import_job_name ⇒ ::String
Returns the value of attribute dataset_import_job_name.
91 92 93 |
# File 'sig/types.rbs', line 91 def dataset_import_job_name @dataset_import_job_name end |
#format ⇒ ::String
Returns the value of attribute format.
99 100 101 |
# File 'sig/types.rbs', line 99 def format @format end |
#geolocation_format ⇒ ::String
Returns the value of attribute geolocation_format.
97 98 99 |
# File 'sig/types.rbs', line 97 def geolocation_format @geolocation_format end |
#import_mode ⇒ "FULL", "INCREMENTAL"
Returns the value of attribute import_mode.
100 101 102 |
# File 'sig/types.rbs', line 100 def import_mode @import_mode end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
98 99 100 |
# File 'sig/types.rbs', line 98 def end |
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
95 96 97 |
# File 'sig/types.rbs', line 95 def time_zone @time_zone end |
#timestamp_format ⇒ ::String
Returns the value of attribute timestamp_format.
94 95 96 |
# File 'sig/types.rbs', line 94 def end |
#use_geolocation_for_time_zone ⇒ Boolean
Returns the value of attribute use_geolocation_for_time_zone.
96 97 98 |
# File 'sig/types.rbs', line 96 def use_geolocation_for_time_zone @use_geolocation_for_time_zone end |