Class: Aws::Types::CreateWorkerBlockRequest

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)


157
158
159
# File 'sig/types.rbs', line 157

def reason
  @reason
end

#worker_id::String

Returns the value of attribute worker_id.

Returns:

  • (::String)


156
157
158
# File 'sig/types.rbs', line 156

def worker_id
  @worker_id
end