Class: Aws::CustomerProfiles::Types::DeleteCalculatedAttributeDefinitionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#calculated_attribute_nameString

The unique name of the calculated attribute.

Returns:

  • (String)

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

#domain_nameString

The unique name of the domain.

Returns:

  • (String)

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