Class: Aws::LaunchWizard::Types::ListDeploymentsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::ListDeploymentsOutput
- Defined in:
- gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployments ⇒ Array<Types::DeploymentDataSummary>
Lists the deployments.
-
#next_token ⇒ String
The token to include in another request to get the next page of items.
Instance Attribute Details
#deployments ⇒ Array<Types::DeploymentDataSummary>
Lists the deployments.
703 704 705 706 707 708 |
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 703 class ListDeploymentsOutput < Struct.new( :deployments, :next_token) SENSITIVE = [] include Aws::Structure end |
#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.
703 704 705 706 707 708 |
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 703 class ListDeploymentsOutput < Struct.new( :deployments, :next_token) SENSITIVE = [] include Aws::Structure end |