Class: Aws::CustomerProfiles::Types::GetIdentityResolutionJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetIdentityResolutionJobRequest
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Note:
When making an API call, you may pass GetIdentityResolutionJobRequest data as a hash:
{
domain_name: "name", # required
job_id: "uuid", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique name of the domain.
-
#job_id ⇒ String
The unique identifier of the Identity Resolution Job.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
1855 1856 1857 1858 1859 1860 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1855 class GetIdentityResolutionJobRequest < Struct.new( :domain_name, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The unique identifier of the Identity Resolution Job.
1855 1856 1857 1858 1859 1860 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1855 class GetIdentityResolutionJobRequest < Struct.new( :domain_name, :job_id) SENSITIVE = [] include Aws::Structure end |