Class: Aws::CustomerProfiles::Types::BatchGetProfileRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


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_idsArray<String>

List of unique identifiers for customer profiles to retrieve.

Returns:

  • (Array<String>)


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