Class: Aws::CustomerProfiles::Types::BatchGetProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::BatchGetProfileRequest
- 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.
-
#profile_ids ⇒ Array<String>
List of unique identifiers for customer profiles to retrieve.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
673 674 675 676 677 678 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 673 class BatchGetProfileRequest < Struct.new( :domain_name, :profile_ids) SENSITIVE = [] include Aws::Structure end |
#profile_ids ⇒ Array<String>
List of unique identifiers for customer profiles to retrieve.
673 674 675 676 677 678 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 673 class BatchGetProfileRequest < Struct.new( :domain_name, :profile_ids) SENSITIVE = [] include Aws::Structure end |