Class: Aws::Types::BatchGetStepIdentifier

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)


408
409
410
# File 'sig/types.rbs', line 408

def farm_id
  @farm_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


410
411
412
# File 'sig/types.rbs', line 410

def job_id
  @job_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


409
410
411
# File 'sig/types.rbs', line 409

def queue_id
  @queue_id
end

#step_id::String

Returns the value of attribute step_id.

Returns:

  • (::String)


411
412
413
# File 'sig/types.rbs', line 411

def step_id
  @step_id
end