RecommenderConfigurationResponse constructor

RecommenderConfigurationResponse({
  1. required String creationDate,
  2. required String id,
  3. required String lastModifiedDate,
  4. required String recommendationProviderRoleArn,
  5. required String recommendationProviderUri,
  6. Map<String, String>? attributes,
  7. String? description,
  8. String? name,
  9. String? recommendationProviderIdType,
  10. String? recommendationTransformerUri,
  11. String? recommendationsDisplayName,
  12. int? recommendationsPerMessage,
})

Implementation

RecommenderConfigurationResponse({
  required this.creationDate,
  required this.id,
  required this.lastModifiedDate,
  required this.recommendationProviderRoleArn,
  required this.recommendationProviderUri,
  this.attributes,
  this.description,
  this.name,
  this.recommendationProviderIdType,
  this.recommendationTransformerUri,
  this.recommendationsDisplayName,
  this.recommendationsPerMessage,
});