Class: Aws::Types::GetTaskRequest

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)


1651
1652
1653
# File 'sig/types.rbs', line 1651

def farm_id
  @farm_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1653
1654
1655
# File 'sig/types.rbs', line 1653

def job_id
  @job_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


1652
1653
1654
# File 'sig/types.rbs', line 1652

def queue_id
  @queue_id
end

#step_id::String

Returns the value of attribute step_id.

Returns:

  • (::String)


1654
1655
1656
# File 'sig/types.rbs', line 1654

def step_id
  @step_id
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


1655
1656
1657
# File 'sig/types.rbs', line 1655

def task_id
  @task_id
end