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.
3107 3108 3109 3110 3111 3112 3113 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3107 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.
3107 3108 3109 3110 3111 3112 3113 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3107 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.
3107 3108 3109 3110 3111 3112 3113 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3107 class GetCalculatedAttributeForProfileRequest < Struct.new( :domain_name, :profile_id, :calculated_attribute_name) SENSITIVE = [] include Aws::Structure end |