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.
2131 2132 2133 |
# File 'sig/types.rbs', line 2131 def additional_context @additional_context end |
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
2128 2129 2130 |
# File 'sig/types.rbs', line 2128 def agent_space_id @agent_space_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2132 2133 2134 |
# File 'sig/types.rbs', line 2132 def client_token @client_token end |
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
2129 2130 2131 |
# File 'sig/types.rbs', line 2129 def recommendation_id @recommendation_id end |
#status ⇒ "PROPOSED", ...
Returns the value of attribute status.
2130 2131 2132 |
# File 'sig/types.rbs', line 2130 def status @status end |