Class: Aws::CustomerProfiles::Types::BatchGetCalculatedAttributeForProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::BatchGetCalculatedAttributeForProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:condition_overrides]
Instance Attribute Summary collapse
-
#calculated_attribute_name ⇒ String
The unique name of the calculated attribute.
-
#condition_overrides ⇒ Types::ConditionOverrides
Overrides the condition block within the original calculated attribute definition.
-
#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
#calculated_attribute_name ⇒ String
The unique name of the calculated attribute.
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_overrides ⇒ Types::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_name ⇒ String
The unique name of the domain.
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_ids ⇒ Array<String>
List of unique identifiers for customer profiles to retrieve.
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 |