Class: Aws::CustomerProfiles::Types::RecommenderUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::RecommenderUpdate
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Contains information about an update operation performed on a recommender.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when this recommender update was initiated.
-
#failure_reason ⇒ String
If the update operation failed, provides the reason for the failure.
-
#last_updated_at ⇒ Time
The timestamp of when the recommender was edited.
-
#recommender_config ⇒ Types::RecommenderConfig
The updated configuration settings applied to the recommender during this update.
-
#status ⇒ String
The current status of the recommender update operation.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when this recommender update was initiated.
8326 8327 8328 8329 8330 8331 8332 8333 8334 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8326 class RecommenderUpdate < Struct.new( :recommender_config, :status, :created_at, :last_updated_at, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
If the update operation failed, provides the reason for the failure.
8326 8327 8328 8329 8330 8331 8332 8333 8334 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8326 class RecommenderUpdate < Struct.new( :recommender_config, :status, :created_at, :last_updated_at, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The timestamp of when the recommender was edited.
8326 8327 8328 8329 8330 8331 8332 8333 8334 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8326 class RecommenderUpdate < Struct.new( :recommender_config, :status, :created_at, :last_updated_at, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#recommender_config ⇒ Types::RecommenderConfig
The updated configuration settings applied to the recommender during this update.
8326 8327 8328 8329 8330 8331 8332 8333 8334 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8326 class RecommenderUpdate < Struct.new( :recommender_config, :status, :created_at, :last_updated_at, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the recommender update operation.
8326 8327 8328 8329 8330 8331 8332 8333 8334 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8326 class RecommenderUpdate < Struct.new( :recommender_config, :status, :created_at, :last_updated_at, :failure_reason) SENSITIVE = [] include Aws::Structure end |