Class: Aws::Types::GetIdentityResolutionJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetIdentityResolutionJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def domain_name @domain_name end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def job_id @job_id end |