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.
2083 2084 2085 |
# File 'sig/types.rbs', line 2083 def agent_space_id @agent_space_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2086 2087 2088 |
# File 'sig/types.rbs', line 2086 def client_token @client_token end |
#evaluation_schedule ⇒ Types::GoalScheduleInput
Returns the value of attribute evaluation_schedule.
2085 2086 2087 |
# File 'sig/types.rbs', line 2085 def evaluation_schedule @evaluation_schedule end |
#goal_id ⇒ ::String
Returns the value of attribute goal_id.
2084 2085 2086 |
# File 'sig/types.rbs', line 2084 def goal_id @goal_id end |