Class: Aws::Types::ListLensReviewsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListLensReviewsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#milestone_number ⇒ ::Integer
Returns the value of attribute milestone_number.
-
#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.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def max_results @max_results end |
#milestone_number ⇒ ::Integer
Returns the value of attribute milestone_number.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def milestone_number @milestone_number end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def next_token @next_token end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def workload_id @workload_id end |