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:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def format
  @format
end

#geolocation_format ⇒ ::String

Returns the value of attribute geolocation_format.

Returns:

  • (::String)


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.

Returns:

  • ("FULL", "INCREMENTAL")


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.

Returns:



98
99
100
# File 'sig/types.rbs', line 98

def tags
  @tags
end

#time_zone ⇒ ::String

Returns the value of attribute time_zone.

Returns:

  • (::String)


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.

Returns:

  • (::String)


94
95
96
# File 'sig/types.rbs', line 94

def timestamp_format
  @timestamp_format
end

#use_geolocation_for_time_zone ⇒ Boolean

Returns the value of attribute use_geolocation_for_time_zone.

Returns:

  • (Boolean)


96
97
98
# File 'sig/types.rbs', line 96

def use_geolocation_for_time_zone
  @use_geolocation_for_time_zone
end