Class: Aws::Types::Recommendation
- Inherits:
-
Object
- Object
- Aws::Types::Recommendation
- 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_arn ⇒ ::String
Returns the value of attribute agent_space_arn.
-
#content ⇒ Types::RecommendationContent
Returns the value of attribute content.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#goal_id ⇒ ::String
Returns the value of attribute goal_id.
-
#goal_version ⇒ ::Integer
Returns the value of attribute goal_version.
-
#priority ⇒ "HIGH", ...
Returns the value of attribute priority.
-
#rank_position ⇒ ::Integer
Returns the value of attribute rank_position.
-
#ranked_at ⇒ ::Time
Returns the value of attribute ranked_at.
-
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
-
#status ⇒ "PROPOSED", ...
Returns the value of attribute status.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#additional_context ⇒ ::String
Returns the value of attribute additional_context.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def additional_context @additional_context end |
#agent_space_arn ⇒ ::String
Returns the value of attribute agent_space_arn.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def agent_space_arn @agent_space_arn end |
#content ⇒ Types::RecommendationContent
Returns the value of attribute content.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def content @content end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def created_at @created_at end |
#goal_id ⇒ ::String
Returns the value of attribute goal_id.
1331 1332 1333 |
# File 'sig/types.rbs', line 1331 def goal_id @goal_id end |
#goal_version ⇒ ::Integer
Returns the value of attribute goal_version.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def goal_version @goal_version end |
#priority ⇒ "HIGH", ...
Returns the value of attribute priority.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def priority @priority end |
#rank_position ⇒ ::Integer
Returns the value of attribute rank_position.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def rank_position @rank_position end |
#ranked_at ⇒ ::Time
Returns the value of attribute ranked_at.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def ranked_at @ranked_at end |
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def recommendation_id @recommendation_id end |
#status ⇒ "PROPOSED", ...
Returns the value of attribute status.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def status @status end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
1330 1331 1332 |
# File 'sig/types.rbs', line 1330 def task_id @task_id end |
#title ⇒ ::String
Returns the value of attribute title.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def title @title end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def updated_at @updated_at end |
#version ⇒ ::Integer
Returns the value of attribute version.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 def version @version end |