Class: Aws::Types::ListWorkloadsResponse

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)


382
383
384
# File 'sig/types.rbs', line 382

def next_token
  @next_token
end

#workload_list::Array[Types::Workload]

Returns the value of attribute workload_list.

Returns:



381
382
383
# File 'sig/types.rbs', line 381

def workload_list
  @workload_list
end