Class: Aws::Types::GetIdMappingJobOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


254
255
256
# File 'sig/types.rbs', line 254

def end_time
  @end_time
end

#error_detailsTypes::ErrorDetails

Returns the value of attribute error_details.

Returns:



256
257
258
# File 'sig/types.rbs', line 256

def error_details
  @error_details
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def job_id
  @job_id
end

#job_type"BATCH", ...

Returns the value of attribute job_type.

Returns:

  • ("BATCH", "INCREMENTAL", "DELETE_ONLY")


258
259
260
# File 'sig/types.rbs', line 258

def job_type
  @job_type
end

#metricsTypes::IdMappingJobMetrics

Returns the value of attribute metrics.



255
256
257
# File 'sig/types.rbs', line 255

def metrics
  @metrics
end

#output_source_config::Array[Types::IdMappingJobOutputSource]

Returns the value of attribute output_source_config.

Returns:



257
258
259
# File 'sig/types.rbs', line 257

def output_source_config
  @output_source_config
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


253
254
255
# File 'sig/types.rbs', line 253

def start_time
  @start_time
end

#status"RUNNING", ...

Returns the value of attribute status.

Returns:

  • ("RUNNING", "SUCCEEDED", "FAILED", "QUEUED")


252
253
254
# File 'sig/types.rbs', line 252

def status
  @status
end