Class: Aws::Types::UpdateJobPriorityRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateJobPriorityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
2114 2115 2116 |
# File 'sig/types.rbs', line 2114 def account_id @account_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
2115 2116 2117 |
# File 'sig/types.rbs', line 2115 def job_id @job_id end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
2116 2117 2118 |
# File 'sig/types.rbs', line 2116 def priority @priority end |