Class: Aws::CustomerProfiles::Types::ListCalculatedAttributeDefinitionItem

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

Overview

The details of a single calculated attribute definition.

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#calculated_attribute_nameString

The unique name of the calculated attribute.

Returns:

  • (String)


4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4791

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

#created_atTime

The threshold for the calculated attribute.

Returns:

  • (Time)


4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4791

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

#descriptionString

The threshold for the calculated attribute.

Returns:

  • (String)


4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4791

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

#display_nameString

The display name of the calculated attribute.

Returns:

  • (String)


4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4791

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

#last_updated_atTime

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

Returns:

  • (Time)


4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4791

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

#statusString

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

Returns:

  • (String)


4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4791

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

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4791

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

#use_historical_dataBoolean

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

Returns:

  • (Boolean)


4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4791

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