Class: Aws::LaunchWizard::Types::ListWorkloadsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::ListWorkloadsOutput
- 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.
-
#workloads ⇒ Array<Types::WorkloadDataSummary>
Information about the workloads.
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.
639 640 641 642 643 644 |
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 639 class ListWorkloadsOutput < Struct.new( :next_token, :workloads) SENSITIVE = [] include Aws::Structure end |
#workloads ⇒ Array<Types::WorkloadDataSummary>
Information about the workloads.
639 640 641 642 643 644 |
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 639 class ListWorkloadsOutput < Struct.new( :next_token, :workloads) SENSITIVE = [] include Aws::Structure end |