Class: Aws::LaunchWizard::Types::ListDeploymentPatternVersionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::ListDeploymentPatternVersionsOutput
- Defined in:
- gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_pattern_versions ⇒ Array<Types::DeploymentPatternVersionDataSummary>
The deployment pattern versions.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#deployment_pattern_versions ⇒ Array<Types::DeploymentPatternVersionDataSummary>
The deployment pattern versions.
653 654 655 656 657 658 |
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 653 class ListDeploymentPatternVersionsOutput < Struct.new( :deployment_pattern_versions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results.
653 654 655 656 657 658 |
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 653 class ListDeploymentPatternVersionsOutput < Struct.new( :deployment_pattern_versions, :next_token) SENSITIVE = [] include Aws::Structure end |