Class: Aws::Types::ListWorkersResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2376
2377
2378
# File 'sig/types.rbs', line 2376

def next_token
  @next_token
end

#workers::Array[Types::WorkerSummary]

Returns the value of attribute workers.

Returns:



2375
2376
2377
# File 'sig/types.rbs', line 2375

def workers
  @workers
end