Class: Aws::Types::GetIdentityResolutionJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetIdentityResolutionJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_merging ⇒ Types::AutoMerging
Returns the value of attribute auto_merging.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#exporting_location ⇒ Types::ExportingLocation
Returns the value of attribute exporting_location.
-
#job_end_time ⇒ ::Time
Returns the value of attribute job_end_time.
-
#job_expiration_time ⇒ ::Time
Returns the value of attribute job_expiration_time.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_start_time ⇒ ::Time
Returns the value of attribute job_start_time.
-
#job_stats ⇒ Types::JobStats
Returns the value of attribute job_stats.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#auto_merging ⇒ Types::AutoMerging
Returns the value of attribute auto_merging.
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.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def domain_name @domain_name end |
#exporting_location ⇒ Types::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.
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.
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.
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.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def job_start_time @job_start_time end |
#job_stats ⇒ Types::JobStats
Returns the value of attribute job_stats.
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.
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.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def @message end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def status @status end |