Method: Aws::Pinpoint::Types::RecommenderConfigurationResponse#creation_date
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
#creation_date ⇒ String
The date, in extended ISO 8601 format, when the configuration was created for the recommender model.
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 |