Class: Aws::Types::GetIdentityResolutionJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_mergingTypes::AutoMerging

Returns the value of attribute auto_merging.

Returns:



1184
1185
1186
# File 'sig/types.rbs', line 1184

def auto_merging
  @auto_merging
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1176
1177
1178
# File 'sig/types.rbs', line 1176

def domain_name
  @domain_name
end

#exporting_locationTypes::ExportingLocation

Returns the value of attribute exporting_location.



1185
1186
1187
# File 'sig/types.rbs', line 1185

def exporting_location
  @exporting_location
end

#job_end_time::Time

Returns the value of attribute job_end_time.

Returns:

  • (::Time)


1181
1182
1183
# File 'sig/types.rbs', line 1181

def job_end_time
  @job_end_time
end

#job_expiration_time::Time

Returns the value of attribute job_expiration_time.

Returns:

  • (::Time)


1183
1184
1185
# File 'sig/types.rbs', line 1183

def job_expiration_time
  @job_expiration_time
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1177
1178
1179
# File 'sig/types.rbs', line 1177

def job_id
  @job_id
end

#job_start_time::Time

Returns the value of attribute job_start_time.

Returns:

  • (::Time)


1180
1181
1182
# File 'sig/types.rbs', line 1180

def job_start_time
  @job_start_time
end

#job_statsTypes::JobStats

Returns the value of attribute job_stats.

Returns:



1186
1187
1188
# File 'sig/types.rbs', line 1186

def job_stats
  @job_stats
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


1182
1183
1184
# File 'sig/types.rbs', line 1182

def last_updated_at
  @last_updated_at
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1179
1180
1181
# File 'sig/types.rbs', line 1179

def message
  @message
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "PREPROCESSING", "FIND_MATCHING", "MERGING", "COMPLETED", "PARTIAL_SUCCESS", "FAILED")


1178
1179
1180
# File 'sig/types.rbs', line 1178

def status
  @status
end