Class: Aws::LaunchWizard::Types::ListWorkloadDeploymentPatternsOutput

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

#next_tokenString

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

Returns:

  • (String)


600
601
602
603
604
605
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 600

class ListWorkloadDeploymentPatternsOutput < Struct.new(
  :next_token,
  :workload_deployment_patterns)
  SENSITIVE = []
  include Aws::Structure
end

#workload_deployment_patternsArray<Types::WorkloadDeploymentPatternDataSummary>

Describes the workload deployment patterns.



600
601
602
603
604
605
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 600

class ListWorkloadDeploymentPatternsOutput < Struct.new(
  :next_token,
  :workload_deployment_patterns)
  SENSITIVE = []
  include Aws::Structure
end