Class: Aws::Types::DeleteWorkerBlockRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


182
183
184
# File 'sig/types.rbs', line 182

def reason
  @reason
end

#worker_id::String

Returns the value of attribute worker_id.

Returns:

  • (::String)


181
182
183
# File 'sig/types.rbs', line 181

def worker_id
  @worker_id
end