Class: Aws::Types::UpdateRewardRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRewardRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#rewards ⇒ ::Array[::Float]
Returns the value of attribute rewards.
-
#trajectory_id ⇒ ::String
Returns the value of attribute trajectory_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
82 83 84 |
# File 'sig/types.rbs', line 82 def client_token @client_token end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
79 80 81 |
# File 'sig/types.rbs', line 79 def job_arn @job_arn end |
#rewards ⇒ ::Array[::Float]
Returns the value of attribute rewards.
81 82 83 |
# File 'sig/types.rbs', line 81 def rewards @rewards end |
#trajectory_id ⇒ ::String
Returns the value of attribute trajectory_id.
80 81 82 |
# File 'sig/types.rbs', line 80 def trajectory_id @trajectory_id end |