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.
5016 5017 5018 5019 5020 5021 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5016 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.
5016 5017 5018 5019 5020 5021 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5016 class GetRecommenderSchemaRequest < Struct.new( :domain_name, :recommender_schema_name) SENSITIVE = [] include Aws::Structure end |