Class: Aws::Types::ListLensReviewsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListLensReviewsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lens_review_summaries ⇒ ::Array[Types::LensReviewSummary]
Returns the value of attribute lens_review_summaries.
-
#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
#lens_review_summaries ⇒ ::Array[Types::LensReviewSummary]
Returns the value of attribute lens_review_summaries.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def lens_review_summaries @lens_review_summaries end |
#milestone_number ⇒ ::Integer
Returns the value of attribute milestone_number.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def milestone_number @milestone_number end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def next_token @next_token end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def workload_id @workload_id end |