Class: Aws::CustomerProfiles::Types::DeleteCalculatedAttributeDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DeleteCalculatedAttributeDefinitionRequest
- 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.
1107 1108 1109 1110 1111 1112 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1107 class DeleteCalculatedAttributeDefinitionRequest < Struct.new( :domain_name, :calculated_attribute_name) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The unique name of the domain.
1107 1108 1109 1110 1111 1112 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1107 class DeleteCalculatedAttributeDefinitionRequest < Struct.new( :domain_name, :calculated_attribute_name) SENSITIVE = [] include Aws::Structure end |