Class: Aws::Types::DataSourceSyncJob

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_error_code::String

Returns the value of attribute data_source_error_code.

Returns:

  • (::String)


563
564
565
# File 'sig/types.rbs', line 563

def data_source_error_code
  @data_source_error_code
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


559
560
561
# File 'sig/types.rbs', line 559

def end_time
  @end_time
end

#error_code"InternalError", "InvalidRequest"

Returns the value of attribute error_code.

Returns:

  • ("InternalError", "InvalidRequest")


562
563
564
# File 'sig/types.rbs', line 562

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


561
562
563
# File 'sig/types.rbs', line 561

def error_message
  @error_message
end

#execution_id::String

Returns the value of attribute execution_id.

Returns:

  • (::String)


557
558
559
# File 'sig/types.rbs', line 557

def execution_id
  @execution_id
end

#metricsTypes::DataSourceSyncJobMetrics

Returns the value of attribute metrics.



564
565
566
# File 'sig/types.rbs', line 564

def metrics
  @metrics
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


558
559
560
# File 'sig/types.rbs', line 558

def start_time
  @start_time
end

#status"FAILED", ...

Returns the value of attribute status.

Returns:

  • ("FAILED", "SUCCEEDED", "SYNCING", "INCOMPLETE", "STOPPING", "ABORTED", "SYNCING_INDEXING")


560
561
562
# File 'sig/types.rbs', line 560

def status
  @status
end