Class: Aws::Types::UpdateStepRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3319
3320
3321
# File 'sig/types.rbs', line 3319

def client_token
  @client_token
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


3315
3316
3317
# File 'sig/types.rbs', line 3315

def farm_id
  @farm_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


3317
3318
3319
# File 'sig/types.rbs', line 3317

def job_id
  @job_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


3316
3317
3318
# File 'sig/types.rbs', line 3316

def queue_id
  @queue_id
end

#step_id::String

Returns the value of attribute step_id.

Returns:

  • (::String)


3318
3319
3320
# File 'sig/types.rbs', line 3318

def step_id
  @step_id
end

#target_task_run_status"READY", ...

Returns the value of attribute target_task_run_status.

Returns:

  • ("READY", "FAILED", "SUCCEEDED", "CANCELED", "SUSPENDED", "PENDING")


3320
3321
3322
# File 'sig/types.rbs', line 3320

def target_task_run_status
  @target_task_run_status
end