Class: Aws::Types::ListServiceTemplateVersionsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListServiceTemplateVersionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#major_version ⇒ ::String
Returns the value of attribute major_version.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#major_version ⇒ ::String
Returns the value of attribute major_version.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def major_version @major_version end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def next_token @next_token end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def template_name @template_name end |