Class: Aws::Types::ListWorkloadsOutput

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)


1439
1440
1441
# File 'sig/types.rbs', line 1439

def next_token
  @next_token
end

#workload_summaries ⇒ ::Array[Types::WorkloadSummary]

Returns the value of attribute workload_summaries.

Returns:



1438
1439
1440
# File 'sig/types.rbs', line 1438

def workload_summaries
  @workload_summaries
end