Class: Aws::Types::ListTemplateVersionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTemplateVersionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#page_size ⇒ ::String
Returns the value of attribute page_size.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
-
#template_type ⇒ ::String
Returns the value of attribute template_type.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
2243 2244 2245 |
# File 'sig/types.rbs', line 2243 def next_token @next_token end |
#page_size ⇒ ::String
Returns the value of attribute page_size.
2244 2245 2246 |
# File 'sig/types.rbs', line 2244 def page_size @page_size end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
2245 2246 2247 |
# File 'sig/types.rbs', line 2245 def template_name @template_name end |
#template_type ⇒ ::String
Returns the value of attribute template_type.
2246 2247 2248 |
# File 'sig/types.rbs', line 2246 def template_type @template_type end |