Class: Aws::Types::ListBuildBatchesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListBuildBatchesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter ⇒ Types::BuildBatchFilter
Returns the value of attribute filter.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
Instance Attribute Details
#filter ⇒ Types::BuildBatchFilter
Returns the value of attribute filter.
665 666 667 |
# File 'sig/types.rbs', line 665 def filter @filter end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
666 667 668 |
# File 'sig/types.rbs', line 666 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
668 669 670 |
# File 'sig/types.rbs', line 668 def next_token @next_token end |
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
667 668 669 |
# File 'sig/types.rbs', line 667 def sort_order @sort_order end |