Class: Aws::CustomerProfiles::Types::CreateCalculatedAttributeDefinitionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:description, :attribute_details, :conditions, :statistic]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_detailsTypes::AttributeDetails

Mathematical expression and a list of attribute items specified in that expression.



968
969
970
971
972
973
974
975
976
977
978
979
980
981
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 968

class CreateCalculatedAttributeDefinitionRequest < Struct.new(
  :domain_name,
  :calculated_attribute_name,
  :display_name,
  :description,
  :attribute_details,
  :conditions,
  :filter,
  :statistic,
  :use_historical_data,
  :tags)
  SENSITIVE = [:description, :attribute_details, :conditions, :statistic]
  include Aws::Structure
end

#calculated_attribute_nameString

The unique name of the calculated attribute.

Returns:

  • (String)


968
969
970
971
972
973
974
975
976
977
978
979
980
981
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 968

class CreateCalculatedAttributeDefinitionRequest < Struct.new(
  :domain_name,
  :calculated_attribute_name,
  :display_name,
  :description,
  :attribute_details,
  :conditions,
  :filter,
  :statistic,
  :use_historical_data,
  :tags)
  SENSITIVE = [:description, :attribute_details, :conditions, :statistic]
  include Aws::Structure
end

#conditionsTypes::Conditions

The conditions including range, object count, and threshold for the calculated attribute.

Returns:



968
969
970
971
972
973
974
975
976
977
978
979
980
981
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 968

class CreateCalculatedAttributeDefinitionRequest < Struct.new(
  :domain_name,
  :calculated_attribute_name,
  :display_name,
  :description,
  :attribute_details,
  :conditions,
  :filter,
  :statistic,
  :use_historical_data,
  :tags)
  SENSITIVE = [:description, :attribute_details, :conditions, :statistic]
  include Aws::Structure
end

#descriptionString

The description of the calculated attribute.

Returns:

  • (String)


968
969
970
971
972
973
974
975
976
977
978
979
980
981
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 968

class CreateCalculatedAttributeDefinitionRequest < Struct.new(
  :domain_name,
  :calculated_attribute_name,
  :display_name,
  :description,
  :attribute_details,
  :conditions,
  :filter,
  :statistic,
  :use_historical_data,
  :tags)
  SENSITIVE = [:description, :attribute_details, :conditions, :statistic]
  include Aws::Structure
end

#display_nameString

The display name of the calculated attribute.

Returns:

  • (String)


968
969
970
971
972
973
974
975
976
977
978
979
980
981
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 968

class CreateCalculatedAttributeDefinitionRequest < Struct.new(
  :domain_name,
  :calculated_attribute_name,
  :display_name,
  :description,
  :attribute_details,
  :conditions,
  :filter,
  :statistic,
  :use_historical_data,
  :tags)
  SENSITIVE = [:description, :attribute_details, :conditions, :statistic]
  include Aws::Structure
end

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


968
969
970
971
972
973
974
975
976
977
978
979
980
981
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 968

class CreateCalculatedAttributeDefinitionRequest < Struct.new(
  :domain_name,
  :calculated_attribute_name,
  :display_name,
  :description,
  :attribute_details,
  :conditions,
  :filter,
  :statistic,
  :use_historical_data,
  :tags)
  SENSITIVE = [:description, :attribute_details, :conditions, :statistic]
  include Aws::Structure
end

#filterTypes::Filter

Defines how to filter incoming objects to include part of the Calculated Attribute.

Returns:



968
969
970
971
972
973
974
975
976
977
978
979
980
981
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 968

class CreateCalculatedAttributeDefinitionRequest < Struct.new(
  :domain_name,
  :calculated_attribute_name,
  :display_name,
  :description,
  :attribute_details,
  :conditions,
  :filter,
  :statistic,
  :use_historical_data,
  :tags)
  SENSITIVE = [:description, :attribute_details, :conditions, :statistic]
  include Aws::Structure
end

#statisticString

The aggregation operation to perform for the calculated attribute.

Returns:

  • (String)


968
969
970
971
972
973
974
975
976
977
978
979
980
981
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 968

class CreateCalculatedAttributeDefinitionRequest < Struct.new(
  :domain_name,
  :calculated_attribute_name,
  :display_name,
  :description,
  :attribute_details,
  :conditions,
  :filter,
  :statistic,
  :use_historical_data,
  :tags)
  SENSITIVE = [:description, :attribute_details, :conditions, :statistic]
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource.

Returns:

  • (Hash<String,String>)


968
969
970
971
972
973
974
975
976
977
978
979
980
981
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 968

class CreateCalculatedAttributeDefinitionRequest < Struct.new(
  :domain_name,
  :calculated_attribute_name,
  :display_name,
  :description,
  :attribute_details,
  :conditions,
  :filter,
  :statistic,
  :use_historical_data,
  :tags)
  SENSITIVE = [:description, :attribute_details, :conditions, :statistic]
  include Aws::Structure
end

#use_historical_dataBoolean

Whether historical data ingested before the Calculated Attribute was created should be included in calculations.

Returns:

  • (Boolean)


968
969
970
971
972
973
974
975
976
977
978
979
980
981
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 968

class CreateCalculatedAttributeDefinitionRequest < Struct.new(
  :domain_name,
  :calculated_attribute_name,
  :display_name,
  :description,
  :attribute_details,
  :conditions,
  :filter,
  :statistic,
  :use_historical_data,
  :tags)
  SENSITIVE = [:description, :attribute_details, :conditions, :statistic]
  include Aws::Structure
end