Class: Aws::Types::UpdateAgentRecommendationStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAgentRecommendationStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#recommendation_arn ⇒ ::String
Returns the value of attribute recommendation_arn.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#update_reason ⇒ ::String
Returns the value of attribute update_reason.
Instance Attribute Details
#recommendation_arn ⇒ ::String
Returns the value of attribute recommendation_arn.
1921 1922 1923 |
# File 'sig/types.rbs', line 1921 def recommendation_arn @recommendation_arn end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1922 1923 1924 |
# File 'sig/types.rbs', line 1922 def status @status end |
#update_reason ⇒ ::String
Returns the value of attribute update_reason.
1923 1924 1925 |
# File 'sig/types.rbs', line 1923 def update_reason @update_reason end |