Class: Aws::Types::UpdateRewardRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def job_arn
  @job_arn
end

#rewards::Array[::Float]

Returns the value of attribute rewards.

Returns:

  • (::Array[::Float])


81
82
83
# File 'sig/types.rbs', line 81

def rewards
  @rewards
end

#trajectory_id::String

Returns the value of attribute trajectory_id.

Returns:

  • (::String)


80
81
82
# File 'sig/types.rbs', line 80

def trajectory_id
  @trajectory_id
end