Class: Aws::Types::DescribeDatasetImportJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDatasetImportJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#data_size ⇒ ::Float
Returns the value of attribute data_size.
-
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
-
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
-
#dataset_import_job_arn ⇒ ::String
Returns the value of attribute dataset_import_job_arn.
-
#dataset_import_job_name ⇒ ::String
Returns the value of attribute dataset_import_job_name.
-
#estimated_time_remaining_in_minutes ⇒ ::Integer
Returns the value of attribute estimated_time_remaining_in_minutes.
-
#field_statistics ⇒ ::Hash[::String, Types::Statistics]
Returns the value of attribute field_statistics.
-
#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.
-
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#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
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
456 457 458 |
# File 'sig/types.rbs', line 456 def creation_time @creation_time end |
#data_size ⇒ ::Float
Returns the value of attribute data_size.
453 454 455 |
# File 'sig/types.rbs', line 453 def data_size @data_size end |
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
450 451 452 |
# File 'sig/types.rbs', line 450 def data_source @data_source end |
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
445 446 447 |
# File 'sig/types.rbs', line 445 def dataset_arn @dataset_arn end |
#dataset_import_job_arn ⇒ ::String
Returns the value of attribute dataset_import_job_arn.
444 445 446 |
# File 'sig/types.rbs', line 444 def dataset_import_job_arn @dataset_import_job_arn end |
#dataset_import_job_name ⇒ ::String
Returns the value of attribute dataset_import_job_name.
443 444 445 |
# File 'sig/types.rbs', line 443 def dataset_import_job_name @dataset_import_job_name end |
#estimated_time_remaining_in_minutes ⇒ ::Integer
Returns the value of attribute estimated_time_remaining_in_minutes.
451 452 453 |
# File 'sig/types.rbs', line 451 def estimated_time_remaining_in_minutes @estimated_time_remaining_in_minutes end |
#field_statistics ⇒ ::Hash[::String, Types::Statistics]
Returns the value of attribute field_statistics.
452 453 454 |
# File 'sig/types.rbs', line 452 def field_statistics @field_statistics end |
#format ⇒ ::String
Returns the value of attribute format.
458 459 460 |
# File 'sig/types.rbs', line 458 def format @format end |
#geolocation_format ⇒ ::String
Returns the value of attribute geolocation_format.
449 450 451 |
# File 'sig/types.rbs', line 449 def geolocation_format @geolocation_format end |
#import_mode ⇒ "FULL", "INCREMENTAL"
Returns the value of attribute import_mode.
459 460 461 |
# File 'sig/types.rbs', line 459 def import_mode @import_mode end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
457 458 459 |
# File 'sig/types.rbs', line 457 def last_modification_time @last_modification_time end |
#message ⇒ ::String
Returns the value of attribute message.
455 456 457 |
# File 'sig/types.rbs', line 455 def end |
#status ⇒ ::String
Returns the value of attribute status.
454 455 456 |
# File 'sig/types.rbs', line 454 def status @status end |
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
447 448 449 |
# File 'sig/types.rbs', line 447 def time_zone @time_zone end |
#timestamp_format ⇒ ::String
Returns the value of attribute timestamp_format.
446 447 448 |
# File 'sig/types.rbs', line 446 def end |
#use_geolocation_for_time_zone ⇒ Boolean
Returns the value of attribute use_geolocation_for_time_zone.
448 449 450 |
# File 'sig/types.rbs', line 448 def use_geolocation_for_time_zone @use_geolocation_for_time_zone end |