Class: Aws::CustomerProfiles::Types::CreateCalculatedAttributeDefinitionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CustomerProfiles::Types::CreateCalculatedAttributeDefinitionResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-customerprofiles/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 [:description, :attribute_details, :conditions, :statistic]
Instance Attribute Summary collapse
- 
  
    
      #attribute_details  ⇒ Types::AttributeDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Mathematical expression and a list of attribute items specified in that expression.
 - 
  
    
      #calculated_attribute_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique name of the calculated attribute.
 - 
  
    
      #conditions  ⇒ Types::Conditions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The conditions including range, object count, and threshold for the calculated attribute.
 - 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp of when the calculated attribute definition was created.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the calculated attribute.
 - 
  
    
      #display_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The display name of the calculated attribute.
 - 
  
    
      #last_updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp of when the calculated attribute definition was most recently edited.
 - 
  
    
      #statistic  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The aggregation operation to perform for the calculated attribute.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags used to organize, track, or control access for this resource.
 
Instance Attribute Details
#attribute_details ⇒ Types::AttributeDetails
Mathematical expression and a list of attribute items specified in that expression.
      689 690 691 692 693 694 695 696 697 698 699 700 701  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 689 class CreateCalculatedAttributeDefinitionResponse < Struct.new( :calculated_attribute_name, :display_name, :description, :attribute_details, :conditions, :statistic, :created_at, :last_updated_at, :tags) SENSITIVE = [:description, :attribute_details, :conditions, :statistic] include Aws::Structure end  | 
  
#calculated_attribute_name ⇒ String
The unique name of the calculated attribute.
      689 690 691 692 693 694 695 696 697 698 699 700 701  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 689 class CreateCalculatedAttributeDefinitionResponse < Struct.new( :calculated_attribute_name, :display_name, :description, :attribute_details, :conditions, :statistic, :created_at, :last_updated_at, :tags) SENSITIVE = [:description, :attribute_details, :conditions, :statistic] include Aws::Structure end  | 
  
#conditions ⇒ Types::Conditions
The conditions including range, object count, and threshold for the calculated attribute.
      689 690 691 692 693 694 695 696 697 698 699 700 701  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 689 class CreateCalculatedAttributeDefinitionResponse < Struct.new( :calculated_attribute_name, :display_name, :description, :attribute_details, :conditions, :statistic, :created_at, :last_updated_at, :tags) SENSITIVE = [:description, :attribute_details, :conditions, :statistic] include Aws::Structure end  | 
  
#created_at ⇒ Time
The timestamp of when the calculated attribute definition was created.
      689 690 691 692 693 694 695 696 697 698 699 700 701  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 689 class CreateCalculatedAttributeDefinitionResponse < Struct.new( :calculated_attribute_name, :display_name, :description, :attribute_details, :conditions, :statistic, :created_at, :last_updated_at, :tags) SENSITIVE = [:description, :attribute_details, :conditions, :statistic] include Aws::Structure end  | 
  
#description ⇒ String
The description of the calculated attribute.
      689 690 691 692 693 694 695 696 697 698 699 700 701  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 689 class CreateCalculatedAttributeDefinitionResponse < Struct.new( :calculated_attribute_name, :display_name, :description, :attribute_details, :conditions, :statistic, :created_at, :last_updated_at, :tags) SENSITIVE = [:description, :attribute_details, :conditions, :statistic] include Aws::Structure end  | 
  
#display_name ⇒ String
The display name of the calculated attribute.
      689 690 691 692 693 694 695 696 697 698 699 700 701  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 689 class CreateCalculatedAttributeDefinitionResponse < Struct.new( :calculated_attribute_name, :display_name, :description, :attribute_details, :conditions, :statistic, :created_at, :last_updated_at, :tags) SENSITIVE = [:description, :attribute_details, :conditions, :statistic] include Aws::Structure end  | 
  
#last_updated_at ⇒ Time
The timestamp of when the calculated attribute definition was most recently edited.
      689 690 691 692 693 694 695 696 697 698 699 700 701  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 689 class CreateCalculatedAttributeDefinitionResponse < Struct.new( :calculated_attribute_name, :display_name, :description, :attribute_details, :conditions, :statistic, :created_at, :last_updated_at, :tags) SENSITIVE = [:description, :attribute_details, :conditions, :statistic] include Aws::Structure end  | 
  
#statistic ⇒ String
The aggregation operation to perform for the calculated attribute.
      689 690 691 692 693 694 695 696 697 698 699 700 701  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 689 class CreateCalculatedAttributeDefinitionResponse < Struct.new( :calculated_attribute_name, :display_name, :description, :attribute_details, :conditions, :statistic, :created_at, :last_updated_at, :tags) SENSITIVE = [:description, :attribute_details, :conditions, :statistic] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
      689 690 691 692 693 694 695 696 697 698 699 700 701  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 689 class CreateCalculatedAttributeDefinitionResponse < Struct.new( :calculated_attribute_name, :display_name, :description, :attribute_details, :conditions, :statistic, :created_at, :last_updated_at, :tags) SENSITIVE = [:description, :attribute_details, :conditions, :statistic] include Aws::Structure end  |