Class: Aws::CustomerProfiles::Types::GetCalculatedAttributeDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetCalculatedAttributeDefinitionRequest
- Defined in:
- gems/aws-sdk-customerprofiles/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.
Instance Attribute Details
#calculated_attribute_name ⇒ String
The unique name of the calculated attribute.
3006 3007 3008 3009 3010 3011 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3006 class GetCalculatedAttributeDefinitionRequest < Struct.new( :domain_name, :calculated_attribute_name) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The unique name of the domain.
3006 3007 3008 3009 3010 3011 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3006 class GetCalculatedAttributeDefinitionRequest < Struct.new( :domain_name, :calculated_attribute_name) SENSITIVE = [] include Aws::Structure end |