Class: Aws::Types::IdentityResolutionJob
- Inherits:
-
Object
- Object
- Aws::Types::IdentityResolutionJob
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_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.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def domain_name @domain_name end |
#exporting_location ⇒ Types::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.
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.
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.
1594 1595 1596 |
# File 'sig/types.rbs', line 1594 def job_start_time @job_start_time end |
#job_stats ⇒ Types::JobStats
Returns the value of attribute job_stats.
1596 1597 1598 |
# File 'sig/types.rbs', line 1596 def job_stats @job_stats end |
#message ⇒ ::String
Returns the value of attribute message.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def @message end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def status @status end |