Class: Aws::Types::UpdateJobPriorityRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


2114
2115
2116
# File 'sig/types.rbs', line 2114

def 
  @account_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


2115
2116
2117
# File 'sig/types.rbs', line 2115

def job_id
  @job_id
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


2116
2117
2118
# File 'sig/types.rbs', line 2116

def priority
  @priority
end