Class: Aws::Types::IdentityResolutionJob

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1591
1592
1593
# File 'sig/types.rbs', line 1591

def domain_name
  @domain_name
end

#exporting_locationTypes::ExportingLocation

Returns the value of attribute exporting_location.



1597
1598
1599
# File 'sig/types.rbs', line 1597

def exporting_location
  @exporting_location
end

#job_end_time::Time

Returns the value of attribute job_end_time.

Returns:

  • (::Time)


1595
1596
1597
# File 'sig/types.rbs', line 1595

def job_end_time
  @job_end_time
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1592
1593
1594
# File 'sig/types.rbs', line 1592

def job_id
  @job_id
end

#job_start_time::Time

Returns the value of attribute job_start_time.

Returns:

  • (::Time)


1594
1595
1596
# File 'sig/types.rbs', line 1594

def job_start_time
  @job_start_time
end

#job_statsTypes::JobStats

Returns the value of attribute job_stats.

Returns:



1596
1597
1598
# File 'sig/types.rbs', line 1596

def job_stats
  @job_stats
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1598
1599
1600
# File 'sig/types.rbs', line 1598

def message
  @message
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

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


1593
1594
1595
# File 'sig/types.rbs', line 1593

def status
  @status
end