Module: Aws::LaunchWizard::Client::_ListDeploymentPatternVersionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListDeploymentPatternVersionsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #deployment_pattern_versions ⇒ ::Array[Types::DeploymentPatternVersionDataSummary]
- #next_token ⇒ ::String
Instance Method Details
#deployment_pattern_versions ⇒ ::Array[Types::DeploymentPatternVersionDataSummary]
165 |
# File 'sig/client.rbs', line 165
def deployment_pattern_versions: () -> ::Array[Types::DeploymentPatternVersionDataSummary]
|
#next_token ⇒ ::String
166 |
# File 'sig/client.rbs', line 166
def next_token: () -> ::String
|