Class: Aws::Types::UpdateRecommendationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRecommendationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_context ⇒ ::String
Returns the value of attribute additional_context.
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
-
#status ⇒ "PROPOSED", ...
Returns the value of attribute status.
Instance Attribute Details
#additional_context ⇒ ::String
Returns the value of attribute additional_context.
2124 2125 2126 |
# File 'sig/types.rbs', line 2124 def additional_context @additional_context end |
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
2121 2122 2123 |
# File 'sig/types.rbs', line 2121 def agent_space_id @agent_space_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2125 2126 2127 |
# File 'sig/types.rbs', line 2125 def client_token @client_token end |
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
2122 2123 2124 |
# File 'sig/types.rbs', line 2122 def recommendation_id @recommendation_id end |
#status ⇒ "PROPOSED", ...
Returns the value of attribute status.
2123 2124 2125 |
# File 'sig/types.rbs', line 2123 def status @status end |