Class: Aws::LaunchWizard::Types::ListWorkloadDeploymentPatternsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::ListWorkloadDeploymentPatternsOutput
- Defined in:
- gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to include in another request to get the next page of items.
-
#workload_deployment_patterns ⇒ Array<Types::WorkloadDeploymentPatternDataSummary>
Describes the workload deployment patterns.
Instance Attribute Details
#next_token ⇒ String
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.
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_patterns ⇒ Array<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 |