Class: Aws::Types::GetJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


1339
1340
1341
# File 'sig/types.rbs', line 1339

def farm_id
  @farm_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1341
1342
1343
# File 'sig/types.rbs', line 1341

def job_id
  @job_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


1340
1341
1342
# File 'sig/types.rbs', line 1340

def queue_id
  @queue_id
end