Class: Aws::Types::ListDeploymentPatternVersionsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListDeploymentPatternVersionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_pattern_name ⇒ ::String
Returns the value of attribute deployment_pattern_name.
-
#filters ⇒ ::Array[Types::DeploymentPatternVersionFilter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
Instance Attribute Details
#deployment_pattern_name ⇒ ::String
Returns the value of attribute deployment_pattern_name.
193 194 195 |
# File 'sig/types.rbs', line 193 def deployment_pattern_name @deployment_pattern_name end |
#filters ⇒ ::Array[Types::DeploymentPatternVersionFilter]
Returns the value of attribute filters.
196 197 198 |
# File 'sig/types.rbs', line 196 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
194 195 196 |
# File 'sig/types.rbs', line 194 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
195 196 197 |
# File 'sig/types.rbs', line 195 def next_token @next_token end |
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
192 193 194 |
# File 'sig/types.rbs', line 192 def workload_name @workload_name end |