Class: Aws::CustomerProfiles::Types::CreateCalculatedAttributeDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::CreateCalculatedAttributeDefinitionRequest
- 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.
-
#description ⇒ String
The description of the calculated attribute.
-
#display_name ⇒ String
The display name of the calculated attribute.
-
#domain_name ⇒ String
The unique name of the domain.
-
#filter ⇒ Types::Filter
Defines how to filter incoming objects to include part of the Calculated Attribute.
-
#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.
927 928 929 930 931 932 933 934 935 936 937 938 939 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 927 class CreateCalculatedAttributeDefinitionRequest < Struct.new( :domain_name, :calculated_attribute_name, :display_name, :description, :attribute_details, :conditions, :filter, :statistic, :tags) SENSITIVE = [:description, :attribute_details, :conditions, :statistic] include Aws::Structure end |
#calculated_attribute_name ⇒ String
The unique name of the calculated attribute.
927 928 929 930 931 932 933 934 935 936 937 938 939 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 927 class CreateCalculatedAttributeDefinitionRequest < Struct.new( :domain_name, :calculated_attribute_name, :display_name, :description, :attribute_details, :conditions, :filter, :statistic, :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.
927 928 929 930 931 932 933 934 935 936 937 938 939 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 927 class CreateCalculatedAttributeDefinitionRequest < Struct.new( :domain_name, :calculated_attribute_name, :display_name, :description, :attribute_details, :conditions, :filter, :statistic, :tags) SENSITIVE = [:description, :attribute_details, :conditions, :statistic] include Aws::Structure end |
#description ⇒ String
The description of the calculated attribute.
927 928 929 930 931 932 933 934 935 936 937 938 939 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 927 class CreateCalculatedAttributeDefinitionRequest < Struct.new( :domain_name, :calculated_attribute_name, :display_name, :description, :attribute_details, :conditions, :filter, :statistic, :tags) SENSITIVE = [:description, :attribute_details, :conditions, :statistic] include Aws::Structure end |
#display_name ⇒ String
The display name of the calculated attribute.
927 928 929 930 931 932 933 934 935 936 937 938 939 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 927 class CreateCalculatedAttributeDefinitionRequest < Struct.new( :domain_name, :calculated_attribute_name, :display_name, :description, :attribute_details, :conditions, :filter, :statistic, :tags) SENSITIVE = [:description, :attribute_details, :conditions, :statistic] include Aws::Structure end |
#domain_name ⇒ String
The unique name of the domain.
927 928 929 930 931 932 933 934 935 936 937 938 939 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 927 class CreateCalculatedAttributeDefinitionRequest < Struct.new( :domain_name, :calculated_attribute_name, :display_name, :description, :attribute_details, :conditions, :filter, :statistic, :tags) SENSITIVE = [:description, :attribute_details, :conditions, :statistic] include Aws::Structure end |
#filter ⇒ Types::Filter
Defines how to filter incoming objects to include part of the Calculated Attribute.
927 928 929 930 931 932 933 934 935 936 937 938 939 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 927 class CreateCalculatedAttributeDefinitionRequest < Struct.new( :domain_name, :calculated_attribute_name, :display_name, :description, :attribute_details, :conditions, :filter, :statistic, :tags) SENSITIVE = [:description, :attribute_details, :conditions, :statistic] include Aws::Structure end |
#statistic ⇒ String
The aggregation operation to perform for the calculated attribute.
927 928 929 930 931 932 933 934 935 936 937 938 939 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 927 class CreateCalculatedAttributeDefinitionRequest < Struct.new( :domain_name, :calculated_attribute_name, :display_name, :description, :attribute_details, :conditions, :filter, :statistic, :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.
927 928 929 930 931 932 933 934 935 936 937 938 939 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 927 class CreateCalculatedAttributeDefinitionRequest < Struct.new( :domain_name, :calculated_attribute_name, :display_name, :description, :attribute_details, :conditions, :filter, :statistic, :tags) SENSITIVE = [:description, :attribute_details, :conditions, :statistic] include Aws::Structure end |