Class: Aws::Types::BotRecommendationSummary
- Inherits:
-
Object
- Object
- Aws::Types::BotRecommendationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_recommendation_id ⇒ ::String
Returns the value of attribute bot_recommendation_id.
-
#bot_recommendation_status ⇒ "Processing", ...
Returns the value of attribute bot_recommendation_status.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
Instance Attribute Details
#bot_recommendation_id ⇒ ::String
Returns the value of attribute bot_recommendation_id.
536 537 538 |
# File 'sig/types.rbs', line 536 def bot_recommendation_id @bot_recommendation_id end |
#bot_recommendation_status ⇒ "Processing", ...
Returns the value of attribute bot_recommendation_status.
535 536 537 |
# File 'sig/types.rbs', line 535 def bot_recommendation_status @bot_recommendation_status end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
537 538 539 |
# File 'sig/types.rbs', line 537 def creation_date_time @creation_date_time end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
538 539 540 |
# File 'sig/types.rbs', line 538 def last_updated_date_time @last_updated_date_time end |