Class: Aws::Types::ListBuildsForProjectInput
- Inherits:
-
Object
- Object
- Aws::Types::ListBuildsForProjectInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#next_token ⇒ ::String
Returns the value of attribute next_token.
681 682 683 |
# File 'sig/types.rbs', line 681 def next_token @next_token end |
#project_name ⇒ ::String
Returns the value of attribute project_name.
679 680 681 |
# File 'sig/types.rbs', line 679 def project_name @project_name end |
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
680 681 682 |
# File 'sig/types.rbs', line 680 def sort_order @sort_order end |