Class: Aws::CustomerProfiles::Types::DeleteRecommenderSchemaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DeleteRecommenderSchemaRequest
- 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 delete.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
2628 2629 2630 2631 2632 2633 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2628 class DeleteRecommenderSchemaRequest < Struct.new( :domain_name, :recommender_schema_name) SENSITIVE = [] include Aws::Structure end |
#recommender_schema_name ⇒ String
The name of the recommender schema to delete.
2628 2629 2630 2631 2632 2633 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2628 class DeleteRecommenderSchemaRequest < Struct.new( :domain_name, :recommender_schema_name) SENSITIVE = [] include Aws::Structure end |