Class: Aws::Types::DescribeDatasetImportJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::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.

Returns:

  • (::Float)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:



452
453
454
# File 'sig/types.rbs', line 452

def field_statistics
  @field_statistics
end

#format ⇒ ::String

Returns the value of attribute format.

Returns:

  • (::String)


458
459
460
# File 'sig/types.rbs', line 458

def format
  @format
end

#geolocation_format ⇒ ::String

Returns the value of attribute geolocation_format.

Returns:

  • (::String)


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.

Returns:

  • ("FULL", "INCREMENTAL")


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.

Returns:

  • (::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.

Returns:

  • (::String)


455
456
457
# File 'sig/types.rbs', line 455

def message
  @message
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


454
455
456
# File 'sig/types.rbs', line 454

def status
  @status
end

#time_zone ⇒ ::String

Returns the value of attribute time_zone.

Returns:

  • (::String)


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.

Returns:

  • (::String)


446
447
448
# File 'sig/types.rbs', line 446

def timestamp_format
  @timestamp_format
end

#use_geolocation_for_time_zone ⇒ Boolean

Returns the value of attribute use_geolocation_for_time_zone.

Returns:

  • (Boolean)


448
449
450
# File 'sig/types.rbs', line 448

def use_geolocation_for_time_zone
  @use_geolocation_for_time_zone
end