Class: Aws::WellArchitected::Types::ListWorkloadsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb

Overview

Input to list all workloads.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return for this request.

Returns:

  • (Integer)


4237
4238
4239
4240
4241
4242
4243
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4237

class ListWorkloadsInput < Struct.new(
  :workload_name_prefix,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next set of results.

Returns:

  • (String)


4237
4238
4239
4240
4241
4242
4243
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4237

class ListWorkloadsInput < Struct.new(
  :workload_name_prefix,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#workload_name_prefixString

An optional string added to the beginning of each workload name returned in the results.

Returns:

  • (String)


4237
4238
4239
4240
4241
4242
4243
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4237

class ListWorkloadsInput < Struct.new(
  :workload_name_prefix,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end