Class: Aws::Types::ListBuildsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListBuildsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
693 694 695 |
# File 'sig/types.rbs', line 693 def next_token @next_token end |
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
692 693 694 |
# File 'sig/types.rbs', line 692 def sort_order @sort_order end |