Class: Aws::CustomerProfiles::Types::CreateCalculatedAttributeDefinitionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
# File 'lib/aws-sdk-customerprofiles/types.rb', line 988

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

#calculated_attribute_nameString

The unique name of the calculated attribute.

Returns:

  • (String)


988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
# File 'lib/aws-sdk-customerprofiles/types.rb', line 988

class CreateCalculatedAttributeDefinitionResponse < Struct.new(
  :calculated_attribute_name,
  :display_name,
  :description,
  :attribute_details,
  :conditions,
  :filter,
  :statistic,
  :created_at,
  :last_updated_at,
  :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:



988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
# File 'lib/aws-sdk-customerprofiles/types.rb', line 988

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

#created_atTime

The timestamp of when the calculated attribute definition was created.

Returns:

  • (Time)


988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
# File 'lib/aws-sdk-customerprofiles/types.rb', line 988

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

#descriptionString

The description of the calculated attribute.

Returns:

  • (String)


988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
# File 'lib/aws-sdk-customerprofiles/types.rb', line 988

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

#display_nameString

The display name of the calculated attribute.

Returns:

  • (String)


988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
# File 'lib/aws-sdk-customerprofiles/types.rb', line 988

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

#filterTypes::Filter

The filter that was used as part of the request.

Returns:



988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
# File 'lib/aws-sdk-customerprofiles/types.rb', line 988

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

#last_updated_atTime

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

Returns:

  • (Time)


988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
# File 'lib/aws-sdk-customerprofiles/types.rb', line 988

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

#statisticString

The aggregation operation to perform for the calculated attribute.

Returns:

  • (String)


988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
# File 'lib/aws-sdk-customerprofiles/types.rb', line 988

class CreateCalculatedAttributeDefinitionResponse < Struct.new(
  :calculated_attribute_name,
  :display_name,
  :description,
  :attribute_details,
  :conditions,
  :filter,
  :statistic,
  :created_at,
  :last_updated_at,
  :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>)


988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
# File 'lib/aws-sdk-customerprofiles/types.rb', line 988

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