Method: Aws::Pinpoint::Types::RecommenderConfigurationResponse#id

Defined in:
lib/aws-sdk-pinpoint/types.rb

#idString

The unique identifier for the recommender model configuration.

Returns:

  • (String)


10474
10475
10476
10477
10478
10479
10480
10481
10482
10483
10484
10485
10486
10487
10488
10489
# File 'lib/aws-sdk-pinpoint/types.rb', line 10474

class RecommenderConfigurationResponse < Struct.new(
  :attributes,
  :creation_date,
  :description,
  :id,
  :last_modified_date,
  :name,
  :recommendation_provider_id_type,
  :recommendation_provider_role_arn,
  :recommendation_provider_uri,
  :recommendation_transformer_uri,
  :recommendations_display_name,
  :recommendations_per_message)
  SENSITIVE = []
  include Aws::Structure
end