Class: Aws::Types::ImportTaskDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dictionary_entry_count::Integer

Returns the value of attribute dictionary_entry_count.

Returns:

  • (::Integer)


460
461
462
# File 'sig/types.rbs', line 460

def dictionary_entry_count
  @dictionary_entry_count
end

#error_count::Integer

Returns the value of attribute error_count.

Returns:

  • (::Integer)


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

def error_count
  @error_count
end

#error_details::String

Returns the value of attribute error_details.

Returns:

  • (::String)


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

def error_details
  @error_details
end

#progress_percentage::Integer

Returns the value of attribute progress_percentage.

Returns:

  • (::Integer)


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

def progress_percentage
  @progress_percentage
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


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

def start_time
  @start_time
end

#statement_count::Integer

Returns the value of attribute statement_count.

Returns:

  • (::Integer)


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

def statement_count
  @statement_count
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


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

def status
  @status
end

#time_elapsed_seconds::Integer

Returns the value of attribute time_elapsed_seconds.

Returns:

  • (::Integer)


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

def time_elapsed_seconds
  @time_elapsed_seconds
end