Class: Aws::CustomerProfiles::Types::BatchGetCalculatedAttributeForProfileRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:condition_overrides]

Instance Attribute Summary collapse

Instance Attribute Details

#calculated_attribute_nameString

The unique name of the calculated attribute.

Returns:

  • (String)


606
607
608
609
610
611
612
613
# File 'lib/aws-sdk-customerprofiles/types.rb', line 606

class BatchGetCalculatedAttributeForProfileRequest < Struct.new(
  :calculated_attribute_name,
  :domain_name,
  :profile_ids,
  :condition_overrides)
  SENSITIVE = [:condition_overrides]
  include Aws::Structure
end

#condition_overridesTypes::ConditionOverrides

Overrides the condition block within the original calculated attribute definition.



606
607
608
609
610
611
612
613
# File 'lib/aws-sdk-customerprofiles/types.rb', line 606

class BatchGetCalculatedAttributeForProfileRequest < Struct.new(
  :calculated_attribute_name,
  :domain_name,
  :profile_ids,
  :condition_overrides)
  SENSITIVE = [:condition_overrides]
  include Aws::Structure
end

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


606
607
608
609
610
611
612
613
# File 'lib/aws-sdk-customerprofiles/types.rb', line 606

class BatchGetCalculatedAttributeForProfileRequest < Struct.new(
  :calculated_attribute_name,
  :domain_name,
  :profile_ids,
  :condition_overrides)
  SENSITIVE = [:condition_overrides]
  include Aws::Structure
end

#profile_idsArray<String>

List of unique identifiers for customer profiles to retrieve.

Returns:

  • (Array<String>)


606
607
608
609
610
611
612
613
# File 'lib/aws-sdk-customerprofiles/types.rb', line 606

class BatchGetCalculatedAttributeForProfileRequest < Struct.new(
  :calculated_attribute_name,
  :domain_name,
  :profile_ids,
  :condition_overrides)
  SENSITIVE = [:condition_overrides]
  include Aws::Structure
end