Class: Aws::Types::CancelJobsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#jobs::Array[::String]

Returns the value of attribute jobs.

Returns:

  • (::Array[::String])


84
85
86
# File 'sig/types.rbs', line 84

def jobs
  @jobs
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def reason
  @reason
end