Class: Aws::Pinpoint::Types::GetRecommenderConfigurationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#list_recommender_configurations_responseTypes::ListRecommenderConfigurationsResponse

Provides information about all the recommender model configurations that are associated with your Amazon Pinpoint account.



7176
7177
7178
7179
7180
# File 'lib/aws-sdk-pinpoint/types.rb', line 7176

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