Class: Aws::LaunchWizard::Types::ListWorkloadDeploymentPatternsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.

Returns:

  • (Integer)


441
442
443
444
445
446
447
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 441

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

#next_tokenString

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

Returns:

  • (String)


441
442
443
444
445
446
447
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 441

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

#workload_nameString

The name of the workload.

Returns:

  • (String)


441
442
443
444
445
446
447
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 441

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