Class: Aws::Types::ListProvisioningTemplateVersionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListProvisioningTemplateVersionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3489 3490 3491 |
# File 'sig/types.rbs', line 3489 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3490 3491 3492 |
# File 'sig/types.rbs', line 3490 def next_token @next_token end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
3488 3489 3490 |
# File 'sig/types.rbs', line 3488 def template_name @template_name end |