Class: Aws::CustomerProfiles::Types::GetIdentityResolutionJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetIdentityResolutionJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
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.
3067 3068 3069 3070 3071 3072 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3067 class GetIdentityResolutionJobRequest < Struct.new( :domain_name, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The unique identifier of the Identity Resolution Job.
3067 3068 3069 3070 3071 3072 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3067 class GetIdentityResolutionJobRequest < Struct.new( :domain_name, :job_id) SENSITIVE = [] include Aws::Structure end |