Class: Aws::CustomerProfiles::Types::CreateRecommenderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::CreateRecommenderRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the domain object type.
-
#domain_name ⇒ String
The unique name of the domain.
-
#recommender_config ⇒ Types::RecommenderConfig
The recommender configuration.
-
#recommender_name ⇒ String
The name of the recommender.
-
#recommender_recipe_name ⇒ String
The name of the recommeder recipe.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
Instance Attribute Details
#description ⇒ String
The description of the domain object type.
1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1805 class CreateRecommenderRequest < Struct.new( :domain_name, :recommender_name, :recommender_recipe_name, :recommender_config, :description, :tags) SENSITIVE = [:description] include Aws::Structure end |
#domain_name ⇒ String
The unique name of the domain.
1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1805 class CreateRecommenderRequest < Struct.new( :domain_name, :recommender_name, :recommender_recipe_name, :recommender_config, :description, :tags) SENSITIVE = [:description] include Aws::Structure end |
#recommender_config ⇒ Types::RecommenderConfig
The recommender configuration.
1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1805 class CreateRecommenderRequest < Struct.new( :domain_name, :recommender_name, :recommender_recipe_name, :recommender_config, :description, :tags) SENSITIVE = [:description] include Aws::Structure end |
#recommender_name ⇒ String
The name of the recommender.
1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1805 class CreateRecommenderRequest < Struct.new( :domain_name, :recommender_name, :recommender_recipe_name, :recommender_config, :description, :tags) SENSITIVE = [:description] include Aws::Structure end |
#recommender_recipe_name ⇒ String
The name of the recommeder recipe.
1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1805 class CreateRecommenderRequest < Struct.new( :domain_name, :recommender_name, :recommender_recipe_name, :recommender_config, :description, :tags) SENSITIVE = [:description] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1805 class CreateRecommenderRequest < Struct.new( :domain_name, :recommender_name, :recommender_recipe_name, :recommender_config, :description, :tags) SENSITIVE = [:description] include Aws::Structure end |