Method: Aws::CustomerProfiles::Types::DeleteCalculatedAttributeDefinitionRequest#calculated_attribute_name
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
#calculated_attribute_name ⇒ String
The unique name of the calculated attribute.
1705 1706 1707 1708 1709 1710 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1705 class DeleteCalculatedAttributeDefinitionRequest < Struct.new( :domain_name, :calculated_attribute_name) SENSITIVE = [] include Aws::Structure end |