Class: Aws::CustomerProfiles::Types::GetRecommenderSchemaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetRecommenderSchemaRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique name of the domain.
-
#recommender_schema_name ⇒ String
The name of the recommender schema to retrieve.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
4913 4914 4915 4916 4917 4918 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4913 class GetRecommenderSchemaRequest < Struct.new( :domain_name, :recommender_schema_name) SENSITIVE = [] include Aws::Structure end |
#recommender_schema_name ⇒ String
The name of the recommender schema to retrieve.
4913 4914 4915 4916 4917 4918 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4913 class GetRecommenderSchemaRequest < Struct.new( :domain_name, :recommender_schema_name) SENSITIVE = [] include Aws::Structure end |