Class: Aws::Types::ListTemplatesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTemplatesRequest
- 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.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#template_type ⇒ ::String
Returns the value of attribute template_type.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
2256 2257 2258 |
# File 'sig/types.rbs', line 2256 def next_token @next_token end |
#page_size ⇒ ::String
Returns the value of attribute page_size.
2257 2258 2259 |
# File 'sig/types.rbs', line 2257 def page_size @page_size end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
2258 2259 2260 |
# File 'sig/types.rbs', line 2258 def prefix @prefix end |
#template_type ⇒ ::String
Returns the value of attribute template_type.
2259 2260 2261 |
# File 'sig/types.rbs', line 2259 def template_type @template_type end |