Class: Aws::Types::ListProjectsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListProjectsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ "NAME", ...
Returns the value of attribute sort_by.
-
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
742 743 744 |
# File 'sig/types.rbs', line 742 def next_token @next_token end |
#sort_by ⇒ "NAME", ...
Returns the value of attribute sort_by.
740 741 742 |
# File 'sig/types.rbs', line 740 def sort_by @sort_by end |
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
741 742 743 |
# File 'sig/types.rbs', line 741 def sort_order @sort_order end |