Class: Aws::CustomerProfiles::Types::DeleteRecommenderRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2439
2440
2441
2442
2443
2444
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2439

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

#recommender_nameString

The recommender name.

Returns:

  • (String)


2439
2440
2441
2442
2443
2444
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2439

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