Class: Aws::CustomerProfiles::Types::DeleteRecommenderSchemaRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


2628
2629
2630
2631
2632
2633
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2628

class DeleteRecommenderSchemaRequest < Struct.new(
  :domain_name,
  :recommender_schema_name)
  SENSITIVE = []
  include Aws::Structure
end

#recommender_schema_nameString

The name of the recommender schema to delete.

Returns:

  • (String)


2628
2629
2630
2631
2632
2633
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2628

class DeleteRecommenderSchemaRequest < Struct.new(
  :domain_name,
  :recommender_schema_name)
  SENSITIVE = []
  include Aws::Structure
end