Class: Aws::Types::ListBuildBatchesForProjectInput
- Inherits:
-
Object
- Object
- Aws::Types::ListBuildBatchesForProjectInput
- 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.
-
#project_name ⇒ ::String
Returns the value of attribute project_name.
-
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
Instance Attribute Details
#filter ⇒ Types::BuildBatchFilter
Returns the value of attribute filter.
651 652 653 |
# File 'sig/types.rbs', line 651 def filter @filter end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
652 653 654 |
# File 'sig/types.rbs', line 652 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
654 655 656 |
# File 'sig/types.rbs', line 654 def next_token @next_token end |
#project_name ⇒ ::String
Returns the value of attribute project_name.
650 651 652 |
# File 'sig/types.rbs', line 650 def project_name @project_name end |
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
653 654 655 |
# File 'sig/types.rbs', line 653 def sort_order @sort_order end |