Class: Aws::Types::UpdateLensReviewOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLensReviewOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lens_review ⇒ Types::LensReview
Returns the value of attribute lens_review.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
Instance Attribute Details
#lens_review ⇒ Types::LensReview
Returns the value of attribute lens_review.
1975 1976 1977 |
# File 'sig/types.rbs', line 1975 def lens_review @lens_review end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
1974 1975 1976 |
# File 'sig/types.rbs', line 1974 def workload_id @workload_id end |