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
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.
2114 2115 2116 2117 2118 2119 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2114 class GetIdentityResolutionJobRequest < Struct.new( :domain_name, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The unique identifier of the Identity Resolution Job.
2114 2115 2116 2117 2118 2119 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2114 class GetIdentityResolutionJobRequest < Struct.new( :domain_name, :job_id) SENSITIVE = [] include Aws::Structure end |