Class: Aws::Types::CancelJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


510
511
512
# File 'sig/types.rbs', line 510

def description
  @description
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


508
509
510
# File 'sig/types.rbs', line 508

def job_arn
  @job_arn
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


509
510
511
# File 'sig/types.rbs', line 509

def job_id
  @job_id
end