Class: Aws::Types::ListRecommendationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListRecommendationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#goal_id ⇒ ::String
Returns the value of attribute goal_id.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#priority ⇒ "HIGH", ...
Returns the value of attribute priority.
-
#status ⇒ "PROPOSED", ...
Returns the value of attribute status.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def agent_space_id @agent_space_id end |
#goal_id ⇒ ::String
Returns the value of attribute goal_id.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def goal_id @goal_id end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def next_token @next_token end |
#priority ⇒ "HIGH", ...
Returns the value of attribute priority.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def priority @priority end |
#status ⇒ "PROPOSED", ...
Returns the value of attribute status.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def status @status end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def task_id @task_id end |