Class: Aws::Pinpoint::Types::GetRecommenderConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetRecommenderConfigurationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#list_recommender_configurations_response ⇒ Types::ListRecommenderConfigurationsResponse
Provides information about all the recommender model configurations that are associated with your Amazon Pinpoint account.
Instance Attribute Details
#list_recommender_configurations_response ⇒ Types::ListRecommenderConfigurationsResponse
Provides information about all the recommender model configurations that are associated with your Amazon Pinpoint account.
7199 7200 7201 7202 7203 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7199 class GetRecommenderConfigurationsResponse < Struct.new( :list_recommender_configurations_response) SENSITIVE = [] include Aws::Structure end |