Class: Aws::CustomerProfiles::Types::UpdateCalculatedAttributeDefinitionResponse

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

Overview

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_detailsTypes::AttributeDetails

The mathematical expression and a list of attribute items specified in that expression.



7963
7964
7965
7966
7967
7968
7969
7970
7971
7972
7973
7974
7975
7976
7977
7978
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7963

class UpdateCalculatedAttributeDefinitionResponse < Struct.new(
  :calculated_attribute_name,
  :display_name,
  :description,
  :created_at,
  :last_updated_at,
  :statistic,
  :conditions,
  :attribute_details,
  :use_historical_data,
  :status,
  :readiness,
  :tags)
  SENSITIVE = [:description, :statistic, :conditions, :attribute_details]
  include Aws::Structure
end

#calculated_attribute_nameString

The unique name of the calculated attribute.

Returns:

  • (String)


7963
7964
7965
7966
7967
7968
7969
7970
7971
7972
7973
7974
7975
7976
7977
7978
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7963

class UpdateCalculatedAttributeDefinitionResponse < Struct.new(
  :calculated_attribute_name,
  :display_name,
  :description,
  :created_at,
  :last_updated_at,
  :statistic,
  :conditions,
  :attribute_details,
  :use_historical_data,
  :status,
  :readiness,
  :tags)
  SENSITIVE = [:description, :statistic, :conditions, :attribute_details]
  include Aws::Structure
end

#conditionsTypes::Conditions

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

Returns:



7963
7964
7965
7966
7967
7968
7969
7970
7971
7972
7973
7974
7975
7976
7977
7978
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7963

class UpdateCalculatedAttributeDefinitionResponse < Struct.new(
  :calculated_attribute_name,
  :display_name,
  :description,
  :created_at,
  :last_updated_at,
  :statistic,
  :conditions,
  :attribute_details,
  :use_historical_data,
  :status,
  :readiness,
  :tags)
  SENSITIVE = [:description, :statistic, :conditions, :attribute_details]
  include Aws::Structure
end

#created_atTime

The timestamp of when the calculated attribute definition was created.

Returns:

  • (Time)


7963
7964
7965
7966
7967
7968
7969
7970
7971
7972
7973
7974
7975
7976
7977
7978
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7963

class UpdateCalculatedAttributeDefinitionResponse < Struct.new(
  :calculated_attribute_name,
  :display_name,
  :description,
  :created_at,
  :last_updated_at,
  :statistic,
  :conditions,
  :attribute_details,
  :use_historical_data,
  :status,
  :readiness,
  :tags)
  SENSITIVE = [:description, :statistic, :conditions, :attribute_details]
  include Aws::Structure
end

#descriptionString

The description of the calculated attribute.

Returns:

  • (String)


7963
7964
7965
7966
7967
7968
7969
7970
7971
7972
7973
7974
7975
7976
7977
7978
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7963

class UpdateCalculatedAttributeDefinitionResponse < Struct.new(
  :calculated_attribute_name,
  :display_name,
  :description,
  :created_at,
  :last_updated_at,
  :statistic,
  :conditions,
  :attribute_details,
  :use_historical_data,
  :status,
  :readiness,
  :tags)
  SENSITIVE = [:description, :statistic, :conditions, :attribute_details]
  include Aws::Structure
end

#display_nameString

The display name of the calculated attribute.

Returns:

  • (String)


7963
7964
7965
7966
7967
7968
7969
7970
7971
7972
7973
7974
7975
7976
7977
7978
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7963

class UpdateCalculatedAttributeDefinitionResponse < Struct.new(
  :calculated_attribute_name,
  :display_name,
  :description,
  :created_at,
  :last_updated_at,
  :statistic,
  :conditions,
  :attribute_details,
  :use_historical_data,
  :status,
  :readiness,
  :tags)
  SENSITIVE = [:description, :statistic, :conditions, :attribute_details]
  include Aws::Structure
end

#last_updated_atTime

The timestamp of when the calculated attribute definition was most recently edited.

Returns:

  • (Time)


7963
7964
7965
7966
7967
7968
7969
7970
7971
7972
7973
7974
7975
7976
7977
7978
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7963

class UpdateCalculatedAttributeDefinitionResponse < Struct.new(
  :calculated_attribute_name,
  :display_name,
  :description,
  :created_at,
  :last_updated_at,
  :statistic,
  :conditions,
  :attribute_details,
  :use_historical_data,
  :status,
  :readiness,
  :tags)
  SENSITIVE = [:description, :statistic, :conditions, :attribute_details]
  include Aws::Structure
end

#readinessTypes::Readiness

Information indicating if the Calculated Attribute is ready for use by confirming all historical data has been processed and reflected.

Returns:



7963
7964
7965
7966
7967
7968
7969
7970
7971
7972
7973
7974
7975
7976
7977
7978
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7963

class UpdateCalculatedAttributeDefinitionResponse < Struct.new(
  :calculated_attribute_name,
  :display_name,
  :description,
  :created_at,
  :last_updated_at,
  :statistic,
  :conditions,
  :attribute_details,
  :use_historical_data,
  :status,
  :readiness,
  :tags)
  SENSITIVE = [:description, :statistic, :conditions, :attribute_details]
  include Aws::Structure
end

#statisticString

The aggregation operation to perform for the calculated attribute.

Returns:

  • (String)


7963
7964
7965
7966
7967
7968
7969
7970
7971
7972
7973
7974
7975
7976
7977
7978
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7963

class UpdateCalculatedAttributeDefinitionResponse < Struct.new(
  :calculated_attribute_name,
  :display_name,
  :description,
  :created_at,
  :last_updated_at,
  :statistic,
  :conditions,
  :attribute_details,
  :use_historical_data,
  :status,
  :readiness,
  :tags)
  SENSITIVE = [:description, :statistic, :conditions, :attribute_details]
  include Aws::Structure
end

#statusString

Status of the Calculated Attribute creation (whether all historical data has been indexed.)

Returns:

  • (String)


7963
7964
7965
7966
7967
7968
7969
7970
7971
7972
7973
7974
7975
7976
7977
7978
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7963

class UpdateCalculatedAttributeDefinitionResponse < Struct.new(
  :calculated_attribute_name,
  :display_name,
  :description,
  :created_at,
  :last_updated_at,
  :statistic,
  :conditions,
  :attribute_details,
  :use_historical_data,
  :status,
  :readiness,
  :tags)
  SENSITIVE = [:description, :statistic, :conditions, :attribute_details]
  include Aws::Structure
end

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


7963
7964
7965
7966
7967
7968
7969
7970
7971
7972
7973
7974
7975
7976
7977
7978
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7963

class UpdateCalculatedAttributeDefinitionResponse < Struct.new(
  :calculated_attribute_name,
  :display_name,
  :description,
  :created_at,
  :last_updated_at,
  :statistic,
  :conditions,
  :attribute_details,
  :use_historical_data,
  :status,
  :readiness,
  :tags)
  SENSITIVE = [:description, :statistic, :conditions, :attribute_details]
  include Aws::Structure
end

#use_historical_dataBoolean

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

Returns:

  • (Boolean)


7963
7964
7965
7966
7967
7968
7969
7970
7971
7972
7973
7974
7975
7976
7977
7978
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7963

class UpdateCalculatedAttributeDefinitionResponse < Struct.new(
  :calculated_attribute_name,
  :display_name,
  :description,
  :created_at,
  :last_updated_at,
  :statistic,
  :conditions,
  :attribute_details,
  :use_historical_data,
  :status,
  :readiness,
  :tags)
  SENSITIVE = [:description, :statistic, :conditions, :attribute_details]
  include Aws::Structure
end