Class: Aws::Types::GetLensReviewInput
- Inherits:
-
Object
- Object
- Aws::Types::GetLensReviewInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
-
#milestone_number ⇒ ::Integer
Returns the value of attribute milestone_number.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
Instance Attribute Details
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
800 801 802 |
# File 'sig/types.rbs', line 800 def lens_alias @lens_alias end |
#milestone_number ⇒ ::Integer
Returns the value of attribute milestone_number.
801 802 803 |
# File 'sig/types.rbs', line 801 def milestone_number @milestone_number end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
799 800 801 |
# File 'sig/types.rbs', line 799 def workload_id @workload_id end |