Class: Aws::Types::ListTemplatesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTemplatesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
651 652 653 |
# File 'sig/types.rbs', line 651 def max_items @max_items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
650 651 652 |
# File 'sig/types.rbs', line 650 def next_token @next_token end |