Class: Aws::CustomerProfiles::Types::GetCalculatedAttributeForProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetCalculatedAttributeForProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#calculated_attribute_name ⇒ String
The unique name of the calculated attribute.
-
#domain_name ⇒ String
The unique name of the domain.
-
#profile_id ⇒ String
The unique identifier of a customer profile.
Instance Attribute Details
#calculated_attribute_name ⇒ String
The unique name of the calculated attribute.
2794 2795 2796 2797 2798 2799 2800 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2794 class GetCalculatedAttributeForProfileRequest < Struct.new( :domain_name, :profile_id, :calculated_attribute_name) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The unique name of the domain.
2794 2795 2796 2797 2798 2799 2800 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2794 class GetCalculatedAttributeForProfileRequest < Struct.new( :domain_name, :profile_id, :calculated_attribute_name) SENSITIVE = [] include Aws::Structure end |
#profile_id ⇒ String
The unique identifier of a customer profile.
2794 2795 2796 2797 2798 2799 2800 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2794 class GetCalculatedAttributeForProfileRequest < Struct.new( :domain_name, :profile_id, :calculated_attribute_name) SENSITIVE = [] include Aws::Structure end |