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.
1914 1915 1916 1917 1918 1919 1920 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1914 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.
1914 1915 1916 1917 1918 1919 1920 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1914 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.
1914 1915 1916 1917 1918 1919 1920 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1914 class GetCalculatedAttributeForProfileRequest < Struct.new( :domain_name, :profile_id, :calculated_attribute_name) SENSITIVE = [] include Aws::Structure end |