Class: Aws::Types::UpdateGoalRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGoalRequest
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#evaluation_schedule ⇒ Types::GoalScheduleInput
Returns the value of attribute evaluation_schedule.
-
#goal_id ⇒ ::String
Returns the value of attribute goal_id.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
2076 2077 2078 |
# File 'sig/types.rbs', line 2076 def agent_space_id @agent_space_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2079 2080 2081 |
# File 'sig/types.rbs', line 2079 def client_token @client_token end |
#evaluation_schedule ⇒ Types::GoalScheduleInput
Returns the value of attribute evaluation_schedule.
2078 2079 2080 |
# File 'sig/types.rbs', line 2078 def evaluation_schedule @evaluation_schedule end |
#goal_id ⇒ ::String
Returns the value of attribute goal_id.
2077 2078 2079 |
# File 'sig/types.rbs', line 2077 def goal_id @goal_id end |