Class: Aws::Pinpoint::Types::DeleteRecommenderConfigurationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#recommender_configuration_responseTypes::RecommenderConfigurationResponse

Provides information about Amazon Pinpoint configuration settings for retrieving and processing data from a recommender model.



3879
3880
3881
3882
3883
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 3879

class DeleteRecommenderConfigurationResponse < Struct.new(
  :recommender_configuration_response)
  SENSITIVE = []
  include Aws::Structure
end