Class: Aws::LaunchWizard::Types::ListDeploymentPatternVersionsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_pattern_versionsArray<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_tokenString

The token for the next set of results.

Returns:

  • (String)


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