Class: Aws::Types::CancelJobRunRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def application_id
  @application_id
end

#job_run_id ⇒ ::String

Returns the value of attribute job_run_id.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def job_run_id
  @job_run_id
end

#shutdown_grace_period_in_seconds ⇒ ::Integer

Returns the value of attribute shutdown_grace_period_in_seconds.

Returns:

  • (::Integer)


68
69
70
# File 'sig/types.rbs', line 68

def shutdown_grace_period_in_seconds
  @shutdown_grace_period_in_seconds
end