Class: Aws::Types::GetStepRequest

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)


1588
1589
1590
# File 'sig/types.rbs', line 1588

def farm_id
  @farm_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1590
1591
1592
# File 'sig/types.rbs', line 1590

def job_id
  @job_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


1589
1590
1591
# File 'sig/types.rbs', line 1589

def queue_id
  @queue_id
end

#step_id::String

Returns the value of attribute step_id.

Returns:

  • (::String)


1591
1592
1593
# File 'sig/types.rbs', line 1591

def step_id
  @step_id
end