Class: Aws::Types::ListMilestonesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListMilestonesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def next_token @next_token end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
1273 1274 1275 |
# File 'sig/types.rbs', line 1273 def workload_id @workload_id end |