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.
771 772 773 774 775 776 |
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 771 class ListWorkloadDeploymentPatternsOutput < Struct.new( :workload_deployment_patterns, :next_token) SENSITIVE = [] include Aws::Structure end |
#workload_deployment_patterns ⇒ Array<Types::WorkloadDeploymentPatternDataSummary>
Describes the workload deployment patterns.
771 772 773 774 775 776 |
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 771 class ListWorkloadDeploymentPatternsOutput < Struct.new( :workload_deployment_patterns, :next_token) SENSITIVE = [] include Aws::Structure end |